﻿
body
{
    padding-top: 50px;
    /*overflow:scroll;*/
    overflow: hidden;
}
#wrapper
{
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}
#main-wrapper
{
    height: 100%;
    overflow-y: auto;
    padding: 0px 0 0px 0;
}
#main
{
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 0;
    margin-top: 25px;
}


.footer
{
    background-color: #252525;
    bottom: 0;
    position: fixed;
    padding: 10px;
}

.textWhite
{
    color: #ffffff;
}
.txt
{
    margin-right: 5%;
}

.txtbox
{
    margin-top: 10px;
}


.footPadding
{
    margin-top: 6px;
}

.foot-top
{
    margin-top: 3px;
}

.foot-icon
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
}

.LinkRigth
{
    float: right;
    margin-top: 35px;
}

.navTopPadding
{
    margin-top: 15px;
}

.navTopIcon
{
    margin-top: 6px;
    margin-right: 6px;
}