
body{
    background: #f6f6f6;
    margin:0;
    font-size:12px;
    color:#555;
    overflow-y: scroll;
}

.bdr{
    border:1px solid red
}

#shawdow{
    margin:0 auto;
    background:url("../images/body-shawdow.png") repeat-y bottom center;
}

#wrapper{
    position:relative;
    /*z-index:10;*/
    background: #f6f6f6;
    box-shadow: 0px 0px 10px #cfcfcf;
}


.header{
    background:#fff;
    overflow:hidden;
    padding-bottom: 10px;
    padding-top: 20px;
}

#main_content{
    background:#fff;
    overflow:hidden;
    padding-top:10px;
}

#logo{
    background-position: -278px -122px;
    width:100px;
    height:54px;
    display:block;
}



.small-box {
    font-family: calibri;
    color:black;
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border: solid 1px #00bcd4;
}
.small-box > .inner {
    padding: 5px;
    /*margin-top:15px;*/
    /*margin-bottom: 15px;*/
}

.small-box > h4 {
    font-size: 20px;
    font-weight: bold;
}

.small-box > .small-box-header {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    margin-left: -10px;
    margin-right: -10px;
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    /*padding: 3px 0;*/
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    margin-left: -10px;
    margin-right: -10px;
}


.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-box p {
    font-size: 15px;
}
.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}
.small-box h3,
.small-box p {
    z-index: 5;
}
.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}
.small-box:hover .icon {
    font-size: 95px;
}
@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }
    .small-box .icon {
        display: none;
    }
    .small-box p {
        font-size: 12px;
    }
}

.Count{
    line-height: 60px;
}


.bg-est
{
    background-color: #dd4b39 !important;
}

.bg-mem
{
    background-color: rgb(0, 102, 204) !important;
}

.bg-pen
{
    background-color: rgb(153, 153, 102) !important;
}

.bg-uan
{
    background-color: rgb(191, 128, 64) !important;
}

.bg-kyc
{
    background-color: rgb(51, 153, 102) !important;
}

.bg-clm
{
    background-color: rgb(226, 102, 10) !important;
}

#header_navigation{
    overflow:hidden;
}



#header-fixed {
    position: fixed;
    top: 0px;
    display:none;
    background-color:white;
}

#forms, #header_links{
    padding:0;
    margin:0;
    overflow:hidden;
    list-style:none;
}

#forms li{
    float:left;
    margin:0 10px 0 0;
    border-right:1px solid #c1c1c1;
}

#forms li:last-child{
    border-right:0;
    margin-right:0;
}

#forms li a{
    display:block;
    color:#888;
    margin:0 10px 0 0;
}

#forms li a.last{
    margin-right:0;
}

#primary_navigation .navbar-default{
    border:0;
    background:#1b75bc;
    box-shadow:inset 0 3px 4px #1764a0;
}

#primary_navigation .navbar{
    border-radius:0;
    margin:0;
    min-height:auto;
}

#navigation {
    list-style:none;
    padding:0;
    margin:0;
}

#navigation li{
    float:left;
    padding:0;
}

#navigation li a{
    color:#fff;
    display:block;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    padding:12px 26px;
}

#navigation li a.active, #navigation li a:hover{
    background-color:#14b2e2;
    box-shadow:inset 0 8px 10px -8px #1764a0;
}

#navigation li.navbar-right{
    margin-right:0;
}

#navigation:after{
    content:"";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

#primary_navigation .navbar-default .navbar-nav > .active > a{
    background-color:#1b75bc;
}

#primary_navigation .navbar-default .navbar-nav > .open > a, #primary_navigation .navbar-default .navbar-nav > .open > a:hover, #primary_navigation .navbar-default .navbar-nav > .open > a:focus{
    background-color:#f3f3f3;
    color:#555;
    box-shadow:none;
}

.banner_box
{
    margin:15px 0px;
    border:1px solid #a8dcf1;
}

#banner{
    position:relative;
    z-index:10;
}

#banner img{
    width:100%;
}



#terms_area{
    padding:12px 0;
}

.terms{
    background:#e9f0f6;
    color:#34495e;
    border:1px solid #bdc8d4;
    display: flex;
    align-items: center;
}

.terms p{
    padding:10px 0;
    margin:0;
}

.cont_btn_bottom{
    background-color: #2b9dcc;
    text-align: center;
    padding:3px 0px;
}

.cont_btn_bottom:hover{
    background-color: #007fb4;
}
.terms a {
    color: #fff;
    display: inline;
    font-size: 14px;
}

.terms a:hover{
    color:#c1ecff;
    text-decoration: none;
}

.login_heading {
    background: #e8f3f9;
    border-top: 3px solid #dde6eb;
    border-bottom: 3px solid #dde6eb;
    overflow:hidden;
    color:#124c8c;
    padding: 5px;
}

.login_heading h3{
    padding:0;
    margin:10px 0;
    font-size:13px;
    font-weight:bold;
}




.top_bar_login
{
    background: #e8f3f9;
    border-top: 1px solid #dde6eb;
    border-bottom: 1px solid #dde6eb;
    overflow:hidden;
    color:#124c8c;
    margin-left: -15px;
    margin-right: -15px;
    height: 30px;
    margin-bottom: 20px;
}


.top_bar_header
{
    background: #00bcd4;
    border-top: 1px solid #dde6eb;
    border-bottom: 1px solid #dde6eb;
    overflow:hidden;
    color:#124c8c;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    height: 20px;
    margin-bottom: 20px;
    text-align: left;
}


.top_bar_main
{
    background: #e8f3f9;
    border: 1px solid #dde6eb;
    overflow:hidden;
    /*color:#124c8c;*/
    padding: 8px;
    border-radius: 4px;

}

.top_bar_main h3{
    padding:0;
    margin:5px 0;
    font-size:13px;
    font-weight:bold;
}

.chart{
    border: solid 1px #ccc;
    margin-left: 15px;
}

.content_head
{
    background: #e8f3f9;
    border-top: 1px solid #dde6eb;
    border-bottom: 1px solid #dde6eb;
    overflow:hidden;
    color:#124c8c;
    padding: 8px;
    margin-bottom: 5px;
}

.content_head h3{
    font-size:12px;
    margin-bottom: 3px;
    margin-top: 3px;
}



.login_heading span{
    background:url("../images/banner_arrow.png") no-repeat scroll 218px 0;
    display:block;
    padding:7px 40px 0 0;
    font-weight:bold;
    text-align:right;
    height:35px;
}

#login_fields{
    background:#fff;
    overflow:hidden;
}


.other_links{
    padding:8px;
    margin-left: -15px;
    margin-bottom: 15px;
    margin-top: 15px;
    background:#f2f6f7;
    padding-left: 15px;
}


.image_box {
    background: #fafafa;
    border: 1px solid #eee;
    margin: 15px 0;
    text-align: center;
    min-height: 237px;
}



.user_details{
    border:1px solid #e3e3e3;
    padding-right:0;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

.user_details p{
    margin:10px 0;
}

.user_details span {
    color:#c33a1a;
    font-weight:bold;
}

#login_fields .form-group{
    overflow:hidden;
    margin-bottom:12px;
}

.form-fields {
    margin:15px 0px;
}
.info-txt {
    line-height: 30px;
}
#login_fields .form-group label{
    display:block;
    padding:5px 0px 0px 10px;
}
.common_btn .btn {
    background: #f89611 none repeat scroll 0 0;
    color: #fff;
    padding: 3px 10px;
    border:none;
}
#login_fields .form-control{
    background:#f1f1f1;
    border:1px solid #ccc;
    padding:5px;
    border-radius:0;
    box-shadow:none;

}

.user_details .btn {
    color:#fff;
    padding:5px 13px;
    margin:0 5px 0 0;
}
.user_details .btn-default {
    background:#486d90;
    border:0 none;
    border-radius:0;
}

.user_links {
    list-style:none;
    margin:10px 0 0;
    padding:0;
    overflow:hidden;
}

.user_links li{
    margin:17px 0;
}

.user_links li a{
    display:block;
}

.forgot_details{
    padding-right:0;
}

.virtual{
    background:url('../images/virtual.png') no-repeat right 0;
    height:50px;
    overflow:hidden;
}

.virtual p{
    margin:15px 0 0 50px;
}

.virtual_link{
    background:#f2f6f7;
    padding:10px;
    clear:both;
    /*        margin-left: -15px;*/
}

.virtual_link p{
    margin:0;
}


#login_container{
    margin:15px 0;
    overflow:hidden;
    background:#F3F6F7;
}

#login_area{
    background:#fff;
}

.login_box{
    background:#fafafa;
    border:1px solid #eee;
    margin:15px 0;
    padding:20px 30px;
    text-align:center;
    min-height:237px;
}

.login_box p{
    line-height:26px;
    margin:10px 0 0;
    text-align:justify;
}

.login_box:hover {
    box-shadow: 0 0 8px #eee;
}

.login_box_links{
    list-style:none;
    margin:10px 25px 0 0;
    padding:0;
    overflow:hidden;
    float:left;
}

.login_box_links li {
    margin:3px 0;
    padding:5px 0 0;
    border-bottom:1px dotted #cecece;
}

.login_box_links li:last-child {
    padding-top: 0;
    border-bottom:0;
}

.login_box_links li a{
    display:block;
    padding:0 0 5px;
}

.login_box .glyphicon{
    font-size:32px;
    color:#1B75BC;
    display:block;
}

#provide_list{
    background:#e2ecf0;
}

.provide{
    list-style:square;
    margin:0 0 0 20px;
    padding:0;
}

.provide li{
    margin:7px 0;
    padding:0 0 0 10px;
}



.penal_head
{
    margin-left: -15px;
    background-color: #e8f3f9;
    padding: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.penal_head h3
{
    padding: 0;
    padding-left: 15px;
    margin: 10px 0;
    font-size: 12px;
    font-weight: bold;
}


.imp_head
{

    background-color: #e8f3f9;
    padding: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    margin-left: -15px;
}

.imp_head h3
{
    padding: 0;
    padding-left: 15px;
    margin: 10px 0;
    font-size: 12px;
    font-weight: bold;
    color: orangered;
}

/*----- Footer Section Starts ----- */

#footer_area {
    background: #e2ecf0;
    border-top: 3px solid #1b75bc;
    overflow: hidden;
    padding: 5px;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 50px;
}
#footer_area p {
    color: #124c8c;
    text-align: center;
    font-size: 14px;
}



#footbg
{
    background: #e2ecf0;
    margin-left: -15px;
    margin-right: -15px;
    /*    padding: 5px;*/
    /*    margin-bottom: 15px;*/
    min-height: 20px;
}





#footer_links {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#footer_links li {
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 0;
    background: url('../images/footer_separator.png') no-repeat right 2px;
}
#footer_links li:last-child {
    margin-right: 0;
    background: none;
}
#footer_links li a {
    color: #fff;
    padding: 0 10px 0 0;
    margin: 3px 0 0;
    display: block;
}
#footer_links li a:hover {
    text-decoration: none;
}
#best_view {
    background: #535353;
    text-align: center;
}
#best_view p {
    font-size: 11px;
    margin: 0;
    padding: 5px;
    color: #eee;
}


#login_name{
    margin-left: 5px;
}

@font-face {
    font-family: rubriksemibold;
    src: url(../epfo/images/rubrik-semi-bold.ttf);
}


.umg .glyphicon{
    font-size:26px;
}

.umg {
    color: white;
    background-image: url('../epfo/images/landing-page_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #23527c;

    padding: 10px 10px;
    min-height: 237px;

}


.umg_heading
{
    background-image: url('../epfo/images/umang_logo.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px;
    text-align: center;
    font-family: 'rubriksemibold';
    font-size: 25px !important;
    margin-bottom: 20px;
    margin-top: 5px;

}


.umg_font
{
    font-family: 'rubriksemibold';
}

.umg p{
    line-height:18px;
    font-size: 12px;
}

.umg_links {
    margin: 10px 2px 0 0;
}



@media (min-width: 992px) and (max-width: 1199px){

    .continue_btn {
        bottom:25px;
        right:50px;
    }

    .login_box p{
        line-height:20px;
    }

    .login_box_links {
        margin: 10px 10px 0 0;
    }

    .login_box {
        min-height:230px;
        padding:12px 15px;
    }

    .virtual {
        background:url("../images/virtual.png") no-repeat -1px 0;
    }


}

@media (min-width: 320px) and (max-width: 767px){
    .err_mssg{
        margin:0px !important;

    }
    .terms
    {
        display: block;
    }
    #headerContent span#logo
    {
        margin:0px auto;
    }
    #logo{
        background-position: -168px -17px;
        width:90px;
        height:45px;
    }

    #wpanel_vticker {
        height:45px !important;
    }

    #wpanel_vticker ul {
        width:100% !important;
    }
    #wpanel_vticker ul li {
        height: 38px !important;
        line-height:16px !important;
    }
    .login_heading {
        text-align: center;
    }

    #header_navigation{
        margin:10px 10px 0 0;
    }

    #forms li{
        margin:0 5px 0 0;
    }

    #forms li a{
        margin:0 5px 0 0;
        font-size:11px;
    }

    #primary_navigation .navbar-default .navbar-toggle .icon-bar{
        background-color:#fff;
    }

    #primary_navigation .navbar-default .navbar-toggle:hover, #primary_navigation .navbar-default .navbar-toggle:focus{
        background:none;
    }

    #primary_navigation .navbar-toggle{
        float:left;
        margin-left:10px;
        border-radius:0;
    }

    #primary_navigation .navbar-default .navbar-toggle{
        border:0;
    }

    #navigation li{
        float:none;
    }

    #navigation li a{
        text-align:left;
        padding:9px 18px;
    }

    .arrow_icon{
        background:#005292;
        padding:13px 12px;
    }

    .arrow:hover,.arrow:focus{
        outline:none;
    }

    .arrow{
        width:23px;
        height:23px;
        display:block;
        text-decoration:none;
        outline:none;
    }

    .arrow_up{
        background-position: -327px -15px;
    }

    .arrow_down{
        background-position: -326px -67px;
    }

    #header_navigation{
        display:none;
    }

    .continue_btn{
        position:static;
        padding: 10px 10px 10px 24px;
    }

    .phishing_box{
        margin:0 0 12px;
    }

    .last_box{
        margin:0 !important;
    }

    .user_links li {
        margin:10px 0;
    }

    .virtual p {
        position:absolute;
        right:60px;
    }

    #keypad img{
        width:100%;
    }

    .login_box_links {
        margin: 10px 10px 0 0;
    }

    .login_box_links li a,.login_box p,.provide li,footer p{
        font-size:11px;
    }

    .login_box {
        min-height:230px;
    }

    .login_box p{
        line-height:22px;
    }

    .keyboardtblenb{
        padding:6px 7px;
    }

    .keyboardtb_new td.key_head {
        font-size:13px;
    }

    .login_xs{
        width: 250px;
        margin: 0 auto;
    }


    #login_name{
        display: none;
    }
}





.overlay {
    width: 100%;
    height: 722px;
    background: #999999;
    z-index: 10000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    top: 0px;
    left: 0;
    position: fixed;
    display: none;
    overflow: hidden;
}

.link_for_ie {
    color: #027f9f;
    padding: 10px 0 10px 0;
    display: inline-block;
}
.square_list {
    list-style-type: square;
}
.browsers li {
    float: left;
    margin-right: 25px;
    list-style-type: none;
}

.modal-header,.modal-body{
    padding:5px 15px;
}

.err_mssg{
    display:none;
    position: absolute;
    margin-top:10px;
    font-weight:bold;
    text-align:center;
    background: #fff7e7;

    border-radius:5px;
    padding:5px;
    color:red;
    left:17%;
    z-index:1;
    border:solid 1px #dbd0ba;
    max-width:72%;
}



.widget ul {
    padding: 0;
    line-height: 18px;
    font-size: 12px;
}

.widget ul li {
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.panel1-default {
    border-color: #ddd;
}

.panel1 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.panel1-body {
    padding: 15px;
}

.panel1-default > .panel1-heading {
    color: #333;
    border-color: #ddd;
}

.panel1-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

.control-label
{
    padding-top: 7px;
}



.theader{
    /*background-color: #017ebc;*/
    /*    color: white;*/

    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 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font-weight: bold;

}


.tfooter{
    /*    background-color: #017ebc;
        color: white;    */

    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dce9f9), to(#ebf3fc));
    background-image: -webkit-linear-gradient(top, #dce9f9, #ebf3fc);
    background-image: -moz-linear-gradient(top, #dce9f9, #ebf3fc);
    background-image: -ms-linear-gradient(top, #dce9f9, #ebf3fc);
    background-image: -o-linear-gradient(top, #dce9f9, #ebf3fc);
    background-image: linear-gradient(top, #dce9f9, #ebf3fc);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font-weight: bold;

}

table.dataTable tfoot > tr:last-child > td
{
    border-bottom: 0px solid #ddd;
    vertical-align: middle;
}

.text-bold {
    font-weight: bold;
}


.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

