@charset "UTF-8";
body{
    background-color: #FFF;
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    /* font-weight: 400; */
}
@media print {
    a[href]:after {
        content: none !important;
    }
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
    0% { transform: rotate(0deg); transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
}
.tol_hader{
    font-family: 'Varela Round', sans-serif;
    font-size: 28px !important;
    font-weight: bold;
    color: #047746 !important;
}
.tol_hader span{
    color: #7f4c0b;
}
.tol_hader img{
    max-height: 40px;
    transition: all 100ms ease-out;
    display: inline-block !important;
}
.affix-top .container .navbar-header .tol_hader img{
    max-height: 40px;
}
.nohover:hover, .nohover:visited, .nohover:active, .nohover:focus{
    text-decoration: none !important;
}
.relative_position{
    position: relative;
}
.text-ecelipse{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.alert-small-padding{
    margin: 10px 0 !important;
    padding: 10px !important;
    font-weight: bold !important;
}
@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}
@keyframes hue {
    from {
        filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(-360deg);
    }
}
.infinite_rotor_div {
    -webkit-animation: infiniteRotate 2s linear infinite;
    animation: infiniteRotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.rtrBox {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: spinRtr 1.5s ease-in-out infinite;
    animation: spinRtr 1.5s ease-in-out infinite;
    stroke-linecap: round
}
@-webkit-keyframes infiniteRotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes infiniteRotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@-webkit-keyframes spinRtr {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}
@keyframes spinRtr {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}
.navbar-fixed-top + section{
    padding-top: 80px;
}
.appear{
    visibility: hidden;
}
.animated{
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
}
.navbar{
    border: none;
    -webkit-transition: padding ease-in-out 0.2s;
    transition: padding ease-in-out 0.2s;
}
.navbar.affix-top{
    padding: 10px 0;
}
.navbar-nav > li > a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.navbar-nav .dropdown-submenu .dropdown-menu{
    left: 0;
    top: 100%;
    border: none;
    background-color: #f5f5f5;
    min-width: 220px;
}
/*phone*/

.b-light {
    border-color: #e4e4e4;
}

.box-shadow {
    box-shadow: 0 0px 8px rgba(56, 56, 56, 0.26);
}
.bg-white {
    background-color: #fff;
    color: #717171;
}
.footer{
    background: #1b252e;
    padding: 15px;
    color: #929292;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.footer a{
    color: #929292;
}

.page_uc_cont{
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #EEE;
    margin: 20px 0 20px 0;
    min-height: 400px;
    text-align: center;
}
.page_uc_cont h1{
    margin: 0;
}
.all_content_wrapper{
    margin: 30px 0 30px 0;
}
.all_content_wrapper_head{
    background: #FFF;
    padding: 15px;
    border: 1px solid #03a9f4;
    color: #0e8cc5;
}
.navbar-header .btn{
    float: right;
    margin: 8px;
    padding: 6px 10px !important;
}
.tol_hader{
    padding: 5px 0 0 0 !important;
}
.navbar-brand{
    font-size: 20px
}
.nav > li > a.active{
    background-color: #EEE
}
.checkbox label span{
    color: #333;
}
.disabled label span{
    color: #009688 !important;
}
.m-t-b-n{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#error_inofs span{
    display: block; text-align: left; font-size: 14px; font-weight: 400
}
.has-error{
    color: red
}
.foot_txt{
    text-align: center
}
#content {
    min-height: 620px;
    width: 94%;
    margin: auto
}
.panel-body {
    transition: height 500ms ease-out;
}
@media screen and (orientation: portrait) and (min-width: 320px) and (max-width: 960px) {
    .tol_hader img {
        height: 30px !important;
        margin: 10px !important;
    }
    .all_content_wrapper_head{
        font-size: 13px;
    }
    #bootomMenu ul{
        margin: 0;
        padding: 0 0 20px 0;
    }
    #bootomMenu ul li{
        display: block;
        list-style: none;
        border-right: none;
        padding: 0% 20px;
        font-size: 14px;
        font-weight: 400
    }
    #bootomMenu ul li ul{
        display: none;
    }
    #bootomMenu ul li:last-child{    
        border-right: none;
    }
    #bootomMenu ul li a{
        color: #FFF;
        display: block;
        line-height: 12px;    
        text-decoration: none;
        transition: color 300ms ease-out;
        -moz-transition: color 300ms ease-out;
        -webkit-transition: color 300ms ease-out;
        padding: 10px
    }
    #bootomMenu ul li a:hover{
        color: #FFB7B7;
    }
    .pager li>a, .pager li>span{
        margin-bottom: 4px;
    }
    .m-b-sm{
        margin-bottom: 2px
    }
    .m-b-mob-sm{
        margin-bottom: 10px !important;
    }
    .m-t-mob-none{
        margin-top: 0px !important;
    }
    .m-b-mob-none{
        margin-bottom: 0px !important;
    }
    .m-b-mob-xs{
        margin-bottom: 5px !important;
    }
    .m-b-mob-md{
        margin-bottom: 20px !important;
    }
    .m-t-mob-sm{
        margin-top: 10px !important;
    }
    .m-t-mob-xs{
        margin-top: 5px !important;
    }
    .form-control{
        border-radius: 0px !important;
    }
    .m-t-mob-md{
        margin-top: 20px !important;
    }
    #content{
        width: 98%
    }
}
.form_heading_reg {
    border-bottom: 3px solid #EEE;
    margin-bottom: 20px;
    margin-top: 40px;
    position: relative;
}
.form_heading_reg:first-child {
    margin-top: 0;
}
.form_heading_reg h5 {
    display: inline-block;
    width: auto;
    position: relative;
    color: #156f46;
    font-size: 20px;
    margin: 0;
    padding: 0px 0px 4px 0px;
    position: relative;
}
.form_heading_reg h5:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 100%;
    background-color: #957449;
}
.part_cntr{
    font-size: 20px;
    position: relative;
    color: #2196F3;
}
.part_cntr:after {
    content: '';
    position: absolute;
    bottom: -7px;
    height: 3px;
    width: 100%;
    right: 0;
    background-color: #21a3f6;
}
.btn-default .badge {
    color: #fff;
    background-color: #5bc0de;
}
@media (max-width: 767px) {
    .navbar-fixed-top + section{
        padding-top: 50px;
    }
    .navbar.affix-top{
        padding: 0;
    }
    .navbar-brand{
        float: left !important;
        font-size: 16px !important;
    }
    .h1{font-size: 20px}
    .form_heading_reg h5 {
        font-size: 14px;
    }
    .part_cntr {
        font-size: 11px;
        position: relative;
        color: #2196F3;
    }
    .part_cntr:after {
        content: '';
        bottom: -11px;
    }
    .tol_hader {
        padding: 2px 0 0 0 !important;
    }
    .mr_mob_t{
        margin-top: 15px
    }
}
@media screen and (orientation: landscape) and (min-width: 320px) and (max-width: 960px) {
    .mr_mob_t{
        margin-top: 15px
    }
    #content{
        width: 98%
    }
}
.empAcconty a{
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
#employee-investment-declaration-declaration{background: #047746;color: #FFF;border: 1px solid #2a5630;margin-top: 5px; margin-bottom: 5px}
#employee-my-account-downloads{
    margin-bottom: 5px
}
.myAcCOn h1{
    margin-top: 0px
}
.zerowidth{
    width: 0px !important;
    visibility: hidden
}
.zerowidth *{
    display: none
}