body {
    height: 100%;
}

.body-act {
    position: absolute;
    background: #efeede no-repeat scroll 50% 50%;
    background-size: cover;
    width: 100%;
    min-height: 100%;
    background-attachment: fixed;
}

.header {
    text-align: center;
}

@font-face {
    font-family: 'Raleway';
    src: url(../fonts/raleway-medium-webfont.woff);
}

@font-face {
    font-family: 'NHaasGroteskDSW01-45Lt';
    src: url(../fonts/NHaasGroteskDSW01-45Lt-woff.woff);
}

@font-face {
    font-family: 'NHaasGroteskDSW01-45Lt';
    src: url(../fonts/NHaasGroteskDSW01-45Lt-ttf.ttf);
}

@font-face {
    font-family: 'NHaasGroteskDSW01-45Lt';
    src: url(../fonts/NHaasGroteskDSW01-45Lt-svg.svg);
}

@font-face {
    font-family: 'NHaasGroteskDSW01-45Lt';
    src: url(../fonts/NHaasGroteskDSW01-45Lt-eotd41d.eot);
}

/*Commented On 29March2023 by Anil*/
/*{
	font-family: NHaasGroteskDSW01-45Lt,Arial;
}*/
.header h3 {
    margin-top: 10px;
}

.login-cntnr {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdbdb+100 */
    background: #ffffff; /* Old browsers */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

    padding: 20px 30px;
    border-radius: 2px;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
    color: #333;
}

.btn-cntnr {
    text-align: center;
}

    .btn-cntnr button {
        background-color: #7f35b2;
        color: #fff;
        padding: 10px 20px;
        margin-right: 10px;
        margin-left: 10px;
    }

.btn-right {
    text-align: right;
}

    .btn-right button {
        background-color: #7f35b2;
        color: #fff;
        padding: 10px 20px;
        margin-right: 10px;
        margin-left: 10px;
    }

.icons {
    margin-bottom: 4px;
}

.gapper {
    margin-bottom: 30px;
}

.inner-header {
    text-align: center !important;
}

    .inner-header h2 {
        margin-top: 0px;
    }

table {
    color: #000;
}

.myborder {
    border: 1px solid #000 !important;
}

    .myborder > thead > tr > th {
        border: 1px solid #000 !important;
    }

    .myborder > tbody > tr > td,
    .myborder > tbody > tr > th,
    .myborder > tfoot > tr > td,
    .myborder > tfoot > tr > th,
    .myborder > thead > tr > td,
    .myborder > thead > tr > th {
        border: 1px solid #000 !important;
    }

.login-cntnr label {
    font-weight: normal;
}

.login-cntnr p {
    color: #000;
}

button:hover {
    -webkit-transition: 0.3s ease-in-out;
    color: #ffffff;
    /*transform: translateY(-2px);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
}

.logo {
    padding-top: 10px;
    padding-left: 10px;
}

.upbtn {
    text-align: center;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.finexbutt {
    background-color: #fb7200 !important;
    border-color: #fb7200 !important;
}

footer, #footer {
    /*padding: 14px 0;*/
    padding: 14px 30px;
    color: #F8F8F8;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.06) inset;
    /*-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.06) inset;*/
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.06) inset;
    /*box-shadow: 0 4px 0 rgba(0, 0, 0, 0.06) inset;*/
    background: #fff;
}

    footer .footer_info {
        margin: 0 auto;
        /*width: 1300px;*/
        width: auto;
        position: relative;
        display: block;
        padding: 10px 0 60px;
    }

    /* footer copyright text */
    footer .part1 {
        /*float: left;*/
        display: inline;
        margin: 0;
        padding: 0;
    }

    footer .copyright {
        display: block;
        font-size: 14px;
        line-height: 180%;
    }

    /* Social media icons */
    footer ul.social_media_icons {
        float: right;
        margin: 0;
        padding: 0;
    }

/* footer links */
ul.footer_links {
    line-height: 180%;
    font-size: 12px;
    display: block;
    color: #919191;
    padding: 0;
}

    ul.footer_links a {
        text-decoration: none;
        color: #919191;
    }

        ul.footer_links a:hover {
            text-decoration: underline;
        }

ul.footer_links {
    list-style: none;
    margin: 0 !important;
}

    ul.footer_links li {
        list-style-position: outside;
        line-height: 100%;
        display: inline-block;
        padding: 0 6px;
        border-left: 1px solid #CDCDCD;
    }

        ul.footer_links li:first-child {
            border-left: 0;
            padding-left: 0;
        }

    /* footer navigation items with icons */
    ul.footer_links [class^="icon-"]:before, ul.footer_links [class*=" icon-"]:before {
        margin-right: 5px;
        line-height: 1;
    }

footer {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: auto;
}
