﻿body {
    /*padding-top: 10px;*/
    /*padding-bottom: 20px;*/
    font-family: Arial, Helvetica, sans-serif;
    color: #00000;
    font-size: 12px;
    /*position: relative;
  margin: 0;
  padding-bottom: 6rem;*/
    /*background-color: #04a599;*/
    /*opacity: 0.8;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */

/*.body-lower {
    clear:both; background:url(../images/bWrapperBg.gif) repeat-x repeat-y top;height:100%;
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    
}*/
.affix {
    bottom: 0px;
}

.grad-body {
    background: #CBF3FB; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#CBF3FB, #F7FCFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#CBF3FB, #F7FCFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#CBF3FB, #F7FCFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#CBF3FB, #F7FCFF); /* Standard syntax */
}

/*.layout-container {*/
/*min-height: 100vh;
  background-position: center center;
  background-size: cover;
  position: relative;*/
/*content: "";*/

/*}*/
.main-container {
    /*overflow:auto;*/
    padding-bottom: 100px;
    /*min-height:95vh;*/
    background-color: #FFFFFF;
    /*color: rgba(0,0,0, 0.87);
  background: #fff;*/
    /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);*/
}

.logo-container {
    margin-top: 1px;
    /*z-index: 3;*/
    /*padding-bottom:10px;*/
}

.loginpanel {
    border-radius: 14px;
}

.loginheader {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 50px;
    vertical-align: central;
}

.mainmenu-container {
    margin-top: 5px;
}

.navbar-container {
    margin-bottom: 0px;
}

.infopanel-container {
    margin-bottom: 0px;
    background-color: #04a599;
    color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.userinfo-container {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    /*box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);*/
}

.mainbody-container {
    border-bottom: none;
}

.panel-footer-custom {
    padding: 10px 15px;
    /*background-color: #f5f5f5;*/
    border-top: 1px solid #ddd;
    /*border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;*/
}

.fab-backdrop {
    color: #04a599;
}

.fab-backdrop-blue {
    color: #025f93;
}

.footer {
    /*position: relative;
  bottom: 20px;
  right: 0px;
  width: 100%;*/

    color: #FFFFFF;
    z-index: 99999;
    /*text-align: right;*/
    /*margin-top: 40px;*/
    /*text-shadow: 0 0px 1px black;*/
}

.input-group-addon {
    cursor: pointer;
}

.newsLBg {
    clear: both;
    background: url(../images/newsLBg.gif) repeat-x 0 0;
    height: 42px;
    padding-top: 0px;
}

.newsL {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

    .newsL a {
        text-decoration: none;
        color: #FFF;
        padding: 10px 5px
    }

        .newsL a.first {
            color: #ffc600;
            font-weight: bold
        }
/*.copyright {font-size: 11px;margin-top: 5px;}*/
/*-----copyRight*/
.copyRight {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 0 0;
    font-size: 09px;
    color: #717171
}

.pannel01 {
    float: left;
    display: inline
}

.pannel02 {
    float: left;
    display: inline
}


.footer-container {
    /*position: absolute;
    bottom: 0;*/
    position: fixed;
    right: 0;
    bottom: 0;
    /*left: 0;*/
    width: 100%;
    z-index: 99; /*Changed By Nilesh On 27092018 For CR1723(temporariy Solution)*/

    background-color: #025f93;
}

.panel-head-custom {
    color: #025f93;
    border-bottom: 1px solid #025f93;
    padding-left: 0px;
}

.spinner-show {
    opacity: 0.7;
    filter: alpha(opacity=20);
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 200000;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
}

#spinner-show-wait {
    color: #ffffff;
    font-size: 15px;
    position: absolute;
    top: 56%;
    left: 48%;
}

.grid-container {
    margin-top: 10px;
}

.margin-right {
    margin-right: 15px;
}

.margin-left {
    margin-left: 5px;
}

.custom-mt-10 {
    margin-top: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mtm-7 {
    margin-top: -7px;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pt-15 {
    padding-top: 15px;
}

.div-errmessage {
    color: red;
}

.table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

.header-button {
    background-color: transparent;
    border: 0px;
    border-color: transparent;
}

.text-aligh {
    text-align: right;
}

.listpanel {
    max-height: 200px;
    overflow-y: auto;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none
    }
}


/* CSS for footer*/



/*.newsL{white-space: nowrap;color:#FFF; padding-top:14px; text-align:center;padding-left: 20px;}*/


.footerNav {
    clear: both;
    height: 100%;
    background: #025f93;
    border-bottom: 1px solid #cecece
}

.page-section {
    padding-top: 24px;
    padding-bottom: 24px;
}
/*.page-section ul
{
    list-style: none;
    padding-left: 0;
    padding-bottom:10px;
}
.page-section ul li
{
    margin-bottom: 10px;
}
.page-section li a.top
{
    font-weight:bold; 
    font-size:12px;
    color:#ff8839; 
    text-decoration:none;
}
.page-section ul li a
{
    font-weight:normal; 
    text-decoration:none; 
    color:#FFF;
}
.page-section li 
{
    width:174.5px;
    list-style:none;
}*/
.left {
    float: left;
}

/*End of CSS for Footer*/

.pageTitle {
    border-bottom: 1px solid #bbc3c5;
    padding-bottom: 2px;
    padding-top: 20px
}

    .pageTitle .title {
        font-size: 18px;
        color: #ff2002;
        padding-left: 5px
    }


/*.nav-tabs {
    display:block;
    text-align:center;
}*/

/*.nav-tabs > li{
    margin-bottom: -1px;
    margin-left: -2px;
    margin-right: -2px;
    max-width: 200px;
    display: inline-block;
}

.nav-tabs > li.active > a {
    box-shadow: inset 0px -5px 0px #C7F2FB;
    color: #C7F2FB;
}*/

.appstore-wrap {
    position: relative;
    background: #000;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.content {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .content h2 {
        padding: 0 0 0 10px;
        font-size: 65px;
        color: #E40000;
        max-width: 420px;
        line-height: normal;
    }

.image {
    position: relative;
    float: right;
    margin: 0 20px 15px 0;
}

/*For the Step bar in registration*/

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #006CA7
}

.f1-step {
    position: relative;
    float: left;
    width: 33.333333%;
    padding: 0 5px;
}

    .f1-step.activated .f1-step-icon {
        background: #fff;
        border: 1px solid #006CA7;
        color: #006CA7;
        line-height: 38px;
    }

    .f1-step.active .f1-step-icon {
        width: 48px;
        height: 48px;
        margin-top: 0;
        background: #006CA7;
        font-size: 22px;
        line-height: 48px;
    }

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated p {
    color: #006CA7;
    margin: 10px 0 0 5px;
}

.f1-step.active p {
    color: #006CA7;
    margin: 10px 0 0 10px;
}

.f1-step p {
    color: #ccc;
    margin: 10px 0 0 5px;
}

.f1-step-icon > h3 {
    text-align: center;
    margin: 8.5px 0px;
}


.f1-step.active > .f1-step-icon > h3 {
    text-align: center;
    margin: 12.5px 0px;
}

.f1-step.activated > .f1-step-icon > h3 {
    text-align: center;
    margin: 8.5px 0px;
}

.p {
    margin: 10px 0 0 5px;
}

/*Bibek*/

@import url(http://fonts.googleapis.com/css?family=Raleway);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

#cssmenu {
    width: auto;
    border-bottom: 1px solid #337ab7;
    font-family: Raleway, sans-serif;
    line-height: 1;
}

    #cssmenu ul {
        background: #ffffff;
    }

    #cssmenu > ul > li {
        float: left;
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-right > ul > li {
        float: right;
    }

        #cssmenu.align-right > ul > li > a {
            margin-right: 0;
            margin-left: -4px;
        }

    #cssmenu > ul > li > a {
        z-index: 2;
        padding: 18px 25px 12px 25px;
        font-size: 15px;
        font-weight: 400;
        text-decoration: none;
        color: #2467A6;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        margin-right: -4px;
    }

        #cssmenu > ul > li.active > a,
        #cssmenu > ul > li:hover > a,
        #cssmenu > ul > li > a:hover {
            color: #ffffff;
        }

        #cssmenu > ul > li > a:after {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: -1;
            width: 100%;
            height: 120%;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            content: "";
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            -webkit-transform: perspective(5px) rotateX(2deg);
            -webkit-transform-origin: bottom;
            -moz-transform: perspective(5px) rotateX(2deg);
            -moz-transform-origin: bottom;
            transform: perspective(5px) rotateX(2deg);
            transform-origin: bottom;
        }

        #cssmenu > ul > li.active > a:after,
        #cssmenu > ul > li:hover > a:after,
        #cssmenu > ul > li > a:hover:after {
            background: #337ab7;
        }


.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

@media( max-width : 768px ) {
    .custom-info-box-xs {
        background-color: #04a599;
        padding-top: 5px;
    }
}

@media( min-width : 768px ) {
    .custom-info-box-md {
        background-color: #04a599;
        padding-left: 0px;
        padding-right: 5px;
    }
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 9px;
        width: 33.33%;
        float: left;
        position: relative;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            display: block;
            font-size: 10px;
            color: #333;
            background: white;
            border-radius: 3px;
            margin: 0 auto 5px auto;
        }
        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: white;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #27AE60;
            color: white;
        }


.header_right_section {
    background-color: #04a599;
    /*width: 265px;*/
    /*line-height: normal;*/
    height: 51px;
    /*margin-top: 5px;*/
    /*float: right;*/
    /*margin-left: -36px;*/
    border-radius: 24px;
}






.dropdown-menu-welcome-menu-panel {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


#welcome_text {
    color: #ffffff;
    display: inline-block;
    font-family: Roboto, Helvetica;
    font-size: 12px;
    /*margin-bottom: -7px;*/
    margin-bottom: -25px;
    /*width: 200px;*/
    /*padding-top: 10px;*/
    /*padding-left: 20px;*/
    /*width: 200px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden !important;
    cursor: pointer;
    font-weight: 500;
}

.panel_top {
    height: 0;
    left: 2px;
    position: relative;
    top: -1px;
    width: 326px;
}

.additional_details {
    font-family: Roboto, Helvetica;
    padding: 2px 0px 7px 0px;
}

    .additional_details td {
        vertical-align: top;
    }

#myLoginDetailTime {
    margin-top: -1px;
    height: 54px;
}

.user_details_label {
    color: #757474;
    /*float: left;*/
    font-family: Roboto, Helvetica;
    font-size: 12px;
    font-weight: lighter;
    /*padding-bottom: 14px;*/
    white-space: nowrap;
    /*padding-top: 10px;*/
    padding-left: 10px;
}

.timeStampTitle {
    opacity: 0.8;
    margin-top: -1px;
}

.timeStamp {
    color: #202020;
    font-size: 12px;
    font-weight: 400;
    margin-top: -12px;
    opacity: inherit;
    font-size: inherit;
}

#myPassExpiredTime {
    margin-top: -17px;
    border-bottom: 1px solid #d5d4d4;
    height: 51px;
}

#pwdMgmt a {
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 85px;
    text-decoration: none;
    padding-left: 14px;
    font-family: Roboto, Helvetica;
    white-space: nowrap;
}

    #pwdMgmt a:hover {
        font-size: 14px;
        color: #ffffff;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-right: 85px;
        text-decoration: none;
        padding-left: 14px;
        font-family: Roboto, Helvetica;
        white-space: nowrap;
    }

#pwdMgmt {
    border-bottom: 1px solid #d5d4d4;
    padding-bottom: 9px;
    padding-top: 8px;
    background-color: #ffffff;
}

    #pwdMgmt:hover {
        border-bottom: 1px solid #d5d4d4;
        padding-bottom: 8px;
        background-color: #04a599;
        padding-top: 9px;
    }

#help a {
    font-size: 14px;
    color: #444444;
    padding-bottom: 9px;
    padding-top: 9px;
    color: #202020;
    font-weight: 400;
    padding-right: 204px;
    text-decoration: none;
    padding-left: 14px;
    font-family: Roboto, Helvetica;
    white-space: nowrap;
}

    #help a:hover {
        font-size: 14px;
        color: #ffffff;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-right: 204px;
        text-decoration: none;
        padding-left: 14px;
        font-family: Roboto, Helvetica;
        white-space: nowrap;
    }

#help {
    padding-top: 9px;
    padding-bottom: 8px;
    background-color: #ffffff;
}


    #help:hover {
        background-color: #04a599;
        padding-top: 9px;
        padding-bottom: 8px;
    }

.panel_bottom {
    height: 0;
    left: 0;
    position: relative;
    width: 330px;
}

#font-setting-buttons {
    padding-top: 5px;
}

#header_icon_separator {
    background-color: #04a599;
    width: 1px;
    margin-left: 5px;
    opacity: 0.5;
    /*margin-right: -22px;*/
    height: 33px;
    margin-top: 10px;
}

#logoutImg {
    /* padding-bottom: 17px; */
    /*background: url(/images/sprite2-v.14.6.0.png) no-repeat scroll;*/
    /*background-position: -195px -8px;*/

    float: left;
    /*width: 20px;
    height: 18px;*/
    margin-left: 5px;
    margin-top: 15px;
    font-size: 14px;
    /*padding-right: 5px;*/
}

#logoutDiv {
    background: #ffffff;
    margin-top: 10px;
    /* width: 15%; */
    /* padding-top: 0px; */
    /* padding-left: 32px; */
}

.logoutButton {
    color: #04a599;
    font-size: 16px;
    padding: 9px;
    font-family: Roboto, Helvetica;
    font-weight: 500;
}

    .logoutButton:hover {
        color: #04a599;
    }

#logoutText {
    /* padding-left: 13px; */

    float: right;
    margin-top: -16px;
    margin-right: 23px;
    font-size: 14px;
    font-weight: 400;
}

.header-bg-black {
    background-color: #494949;
    color: #fff;
}

@media screen and (max-width:760px) {
    #logoutDiv {
        background: #ffffff;
        margin-top: 0px;
    }
}
/* ticker css*/

.ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ti_slide {
    width: 500px;
    position: relative;
    left: 0;
    top: 0;
}

.ti_content {
    width: 15000px;
    position: relative;
    float: left;
}

.ti_news {
    float: left;
}
/*.ti_news a{
	display: block;
	margin-right: 10px;
	color:#FFFFFF;
	text-decoration: none;
	//font-family: geneva;
}*/
/* ticker css*/

/* style for nav bar*/
@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

.navbar-default {
    background-color: #025f93;
    border-color: #025f93;
}

/*    .navbar-default .navbar-brand {
        color: #ffffff;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #ffffff;
        }

    .navbar-default .navbar-text {
        color: #ffffff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #e17406;
        }

        .navbar-default .navbar-nav > li > a:focus {
            color: #ffffff;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #e17406;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: #e17406;
    }

    .navbar-default .navbar-toggle {
        border-color: #e17406;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #e17406;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #ffffff;
    }

    .navbar-default .navbar-link {
        color: #ffffff;
    }

        .navbar-default .navbar-link:hover {
            color: #ffffff;
        }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #e17406;
    }
}*/

.menu_separator {
    background-color: #04a599;
    width: 1px;
    margin-left: 0px;
    opacity: 0.5;
    margin-right: -22px;
    height: 33px;
    margin-top: 8px;
}

.navbar-nav .nav-link {
    color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #e17406;
}

.dropend .dropdown-toggle {
    color: #000;
    margin-left: 1em;
    text-decoration:none;
}

.dropdown-item:hover, .dropdown-menu > li > a:hover, a.list-group-item:hover {
    background-color: #F0F0F0;
    color: #000;
    text-decoration: none;
}

/*.dropdown .dropdown-menu {
    display: none;
}*/

.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: .125em;
    margin-left: 0px;
    border-radius: 0px;
}

@media screen and (min-width:769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: .5em;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}


.dropdown-menu.show {
    margin-top: 7px;
    border-radius: 0px;
}

.dropdown-menu {
    font-size: 14px;
}

/*-------------------------- To Show Date in Online and Upload Transaction----------------------------*/
.custome-badge-color {
    background-color: #025F93;
}

.custom-second-block {
    padding-left: 5px;
    border-radius: 10px;
    border-color: #04a599;
    border-width: 1px;
    border-style: solid;
}

.custom-block-heading {
    color: #04a599;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-top: 0px;
    padding-top: 10px;
}

.custom-block-value {
    font-size: 15px;
    color: #04a599;
    margin-left: 10px;
}

.custom-first-block {
    padding-left: 5px;
    padding-right: 5px;
}

@media(max-width: 992px) {

    /*.custom-first-block-sm{
        padding-right: 5px;
    }*/
    /*.custom-systemdate-sm{
        background-color: #04a599;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 5px;
    }*/
    .custom-block-value {
        font-size: 11px;
        color: #04a599;
        margin-left: 10px;
    }

    .custom-first-block {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }
}

.custome-icon-value {
    font-size: 20px;
}

@media(max-width: 992px) {
    .custome-icon-value {
        font-size: 14px;
    }
}

/*----------------------------------------------------Static Pages classes--------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------rBanner*/
.innerRight {
    float: left;
    display: inline;
    padding-top: 6px;
    width: 739px
}

.innBanner {
    position: relative;
    border: 1px solid #90b0b8;
    width: 737px;
    height: 147px;
}

.bannerText {
    position: absolute;
    width: 340px;
    line-height: 24px;
    font-size: 15px;
    color: #003366;
    right: 20px;
    top: 30px;
}

    .bannerText span {
        color: #cc0000;
    }

/*----------------------------------------------------------------------------------------------------------breadCrmb*/
.innerRight .rBanner {
    border: 1px solid #90b0b8;
    width: 737px;
    height: 147px;
    margin: 5px 0 0 0
}

.breadCrmb {
    clear: both;
    padding: 10px 0;
    font-size: 11px
}

    .breadCrmb ul {
        overflow: hidden;
        height: 100%
    }

        .breadCrmb ul li {
            float: left;
            display: inline
        }

            .breadCrmb ul li a {
                background: url(../images/breadcru.png) no-repeat left center;
                padding: 0 8px 0 10px;
                text-decoration: none;
                color: #333333
            }

                .breadCrmb ul li a:hover {
                    color: #ff3211
                }

                .breadCrmb ul li a.last {
                    background: none;
                    color: #ff3211
                }

.pageTitle {
    border-bottom: 1px solid #bbc3c5;
    padding-bottom: 2px;
    overflow: hidden;
    height: 100%;
    padding-top: 20px
}

    .pageTitle .title {
        float: left;
        display: inline;
        font-size: 18px;
        color: #ff2002;
        padding-left: 5px
    }

    .pageTitle .icons {
        float: right;
        display: inline;
        overflow: hidden;
        height: 100%;
        width: 60px
    }

        .pageTitle .icons ul {
        }

            .pageTitle .icons ul li {
                float: left;
                display: inline;
            }

.textcopy {
    clear: both;
    padding: 10px 0 0 0;
    color: #433e3e;
    text-align: justify
}

    .textcopy p {
        padding: 10px 0
    }

        .textcopy p a {
            color: #0071AF;
            text-decoration: none
        }

        .textcopy p.service {
            padding: 0
        }

    .textcopy h2 {
        font-size: 13px;
        color: #0071af;
        padding: 8px 0 15px 5px
    }

    .textcopy h3 {
        font-size: 13px;
        color: #0071af;
        padding: 20px 0 2px 0
    }

    .textcopy ul {
    }

        .textcopy ul li {
            padding: 5px 0 0 8px;
            text-decoration: none;
            color: #666666;
            border-bottom: 1px solid #e3e3e3;
            vertical-align: middle
        }

            .textcopy ul li.last {
                border-bottom: none
            }

            .textcopy ul li a {
                text-decoration: none;
                color: #006eab;
            }

                .textcopy ul li a:hover {
                    color: #666666
                }

        .textcopy ul.pdf li a {
            color: #666666;
            background: url(../images/pdf.png) no-repeat 0 0;
            padding: 5px 0 0 30px;
            height: 30px;
            display: block
        }

        .textcopy ul.excel li a {
            color: #666666;
            background: url(../images/iconExcel.gif) no-repeat 0 0;
            padding: 5px 0 0 30px;
            height: 25px;
            display: block
        }

        .textcopy ul.word li a {
            color: #666666;
            background: url(../images/iconWord.gif) no-repeat 0 0;
            padding: 5px 0 0 30px;
            height: 25px;
            display: block
        }

        .textcopy ul.zip li a {
            color: #666666;
            background: url(../images/iconZip.gif) no-repeat 0 0;
            padding: 5px 0 0 30px;
            height: 25px;
            display: block
        }

        .textcopy ul.ppt li a {
            color: #666666;
            background: url(../images/iconPpt.gif) no-repeat 0 0;
            padding: 5px 0 0 30px;
            height: 25px;
            display: block
        }

        .textcopy ul.txt li a {
            color: #666666;
            background: url(../images/iconTxt.gif) no-repeat 0 0;
            padding: 5px 0 0 30px;
            height: 25px;
            display: block
        }

        .textcopy ul.pdf li a:hover, ul.excel li a:hover, ul.word li a:hover, ul.zip li a:hover {
            color: #006eab
        }

        .textcopy ul li span {
            padding: 5px 20px 0 10px;
            color: #0071af;
            float: left;
            width: 50px;
            text-align: right
        }

        .textcopy ul li div {
            padding-left: 90px
        }

        .textcopy ul li span.kb {
            padding: 0px 20px 0 0px;
            color: #0071af;
            width: 70px;
            text-align: right
        }

    .textcopy .pdfholder {
        background-color: #f6f6f6;
        margin-top: 10px
    }

    .textcopy img {
        padding-top: 0px
    }

select {
    border: 1px solid #c0c2c3;
    color: #929292;
    font-size: 12px;
    padding: 2px
}

.textcopy p.center {
    text-align: center
}

.textcopy table {
    padding: 0;
    border-spacing: 0
}

    .textcopy table tr td {
        padding-right: 10px;
    }

    .textcopy table td input.inputTxt {
        border: 1px solid #c8c8c8;
        height: 22px;
        width: 180px
    }

    .textcopy table tr td input.gobtn {
        background: #0071ae;
        height: 25px;
        width: 29px;
        color: #fff;
        border: 1px solid #333;
        cursor: pointer
    }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.impPoint {
    border: 1px solid #90b0b8;
    width: 717px;
    height: 100%;
    margin: 20px 0 0 0;
    background-color: #e8f2ff;
    padding: 10px
}

    .impPoint ul {
    }

        .impPoint ul li {
            background: url(../images/orange_arrow.png) no-repeat 0 12px;
            padding: 8px 5px 0 12px;
            text-decoration: none;
            color: #433e3e
        }
/*-----------------------------------------------------------------------------------------------------------------------------------FAQ*/
.datacont {
}

.faq {
    clear: both;
    padding: 10px 0 0 0;
    color: #666666;
    text-align: justify;
}

.faqHolder {
    width: 700px;
}

.accordin {
    border-bottom: 1px solid #dddddd;
    padding: 8px 0;
}

.last {
    border-bottom: none;
}

.accordin h2 {
    overflow: hidden;
    height: 100%
}

    .accordin h2 span {
        float: left;
        display: inline;
        font-size: 13px;
        color: #0071af;
        background: url(../images/leftbult.png) no-repeat 0 5px;
        padding-left: 10px;
    }

        .accordin h2 span a {
            float: left;
            display: inline;
            font-size: 12px;
            color: #0071af;
        }

    .accordin h2 strong {
        float: right;
        background: url(../images/iconFAQ.png) no-repeat;
        height: 7px;
        width: 14px;
        margin-top: 5px;
    }

        .accordin h2 strong.active {
            float: right;
            background: url(../images/iconFAQ_active.png) no-repeat;
            height: 7px;
            width: 14px;
        }

.accordin .ans {
    padding: 10px 0;
    display: none
}

/*-----------------------------------------------------------------------------------------------------------------------------------Body*/
.mainHold {
    position: relative;
}

.bodyWrapper {
    clear: both;
    background: url(../images/bWrapperBg.gif) repeat-x top;
}
/*.bodyWrapperNew{background:url(../images/bWrapperBg.gif) repeat-x top;}*/
.bodycont {
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    padding-bottom: 12px
}
/*----------------------------------------------update*/
.update {
    overflow: hidden;
    background-color: #FFFFFF;
    height: 100%;
    width: 983px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0
}

    .update h3 {
        float: center;
        display: inline;
        font-size: 11px;
        color: #717171;
        font-weight: normal
    }

    .update img {
        width: 45px;
        height: 18px;
        padding-left: 5px;
    }
/*-----Header*/
.header {
    margin: 0 auto;
    overflow: hidden
}

.logoPanl {
    float: left;
    display: inline;
    overflow: hidden;
    height: 100%
}

.logo {
    float: left;
    display: inline;
    padding: 4px 0 0 0
}
/*------TopNav*/
.topNav {
    clear: both;
    background: url(../images/topNavBg.gif) repeat-x 0 0;
    height: 34px;
}

.topNavbg {
    width: 983px;
    margin: 0 auto;
}

    .topNavbg ul {
        height: 100%;
    }

        .topNavbg ul li {
            position: relative;
            float: left;
            display: inline;
            background: url(../images/linkmid.jpg) no-repeat left center;
            z-index: 9999;
        }

            .topNavbg ul li.first {
                background: none
            }

            .topNavbg ul li a {
                text-decoration: none;
                color: #fff;
                padding: 9px 14px;
                display: block
            }

                .topNavbg ul li a:hover {
                    background-color: #e17406
                }

.padding-left {
    padding-left: 0;
}

.padding-align {
    padding: 0;
}

.custom-modal-dialog {
    overflow-y: initial !important;
}

.Custom-modal-body {
    height: 500px;
    overflow-y: auto;
}

.demat-details {
    font: 12px arial, verdana;
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}


input.input-validation-error {
    border: 1px solid #a94442;
}

.field-validation-error {
    color: #a94442;
    /*font-weight: bold;*/
}

@media(max-width: 992px) {
    .todate-margin-bottom {
        margin-bottom: 15px;
    }
}

/*@media( max-width : 768px ){
    .custom-info-box-xs{
        background-color: #04a599;
        padding-top: 5px;
    }
}
@media( min-width : 768px ){
    .custom-info-box-md{
        background-color: #04a599;
        padding-left: 0px;
        padding-right: 5px;
    }
}*/


/*end of style nav bar*/

.required {
    color: red;
    margin-right: 2px;
}

.form-group {
    margin-bottom: 1rem;
}

.input-group-append {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #337ab7;
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7!important;
    border-color: #2e6da4!important;
}

.page-link {
    color: #337ab7;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination {
    --bs-pagination-font-size: 12px;
}

/*.custome-verticalline {
    border-left: 1px solid #04A599;
    height: 50px;
    position: absolute;
    left: 6%;
    margin-left: -3px;
    top: 33px;
}*/

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

label {
    font-weight: 600;
    margin-bottom: 5px;
}

.hidden {
    display: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    text-decoration: none;
    color: #337ab7;
}

.mainbody-container {
    padding-left: 0px;
    padding-right: 0px;
}

strong {
    font-size: 16px;
}

.card-title {
    margin-bottom: 0px;
    display: contents;
}

.input-group-addon {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-check .form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.form-check {
    padding-left:0px;
}

.card-body {
    padding: 15px;
}

.radio{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.bootbox .modal-header {
    border-bottom: 1px solid #dfdfdf !important;
    padding: 20px;
}

input[type=radio] {
    margin: 10px;
}

.card-primary > .card-header {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.card-primary {
    border-color: #337ab7;
    margin-bottom: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    margin-right: 5px;
}

@media (min-width: 768px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #337ab7;
    text-decoration: none;
}

.btn-default {
    color: #333;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-disabled-color: #fff
}

.dataTables_filter {
    float: right;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
    }
}

.nav-pills > li > a {
    position: relative;
    display: block;
}

.bootstrap-timepicker .input-group-addon {
    cursor: pointer;
}

.bootstrap-timepicker .input-group-addon i {
    display: inline-block;
    width: 16px;
    height: 16px;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
