﻿/*body
{
    font-family: "Lato" , sans-serif;
    transition: background-color .5s;
}

text.colorW
{
    color: white;
}

.sidenav
{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a
{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus
{
    color: #f1f1f1;
}

.sidenav .closebtn
{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main
{
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px)
{
    .sidenav
    {
        padding-top: 15px;
    }
    .sidenav a
    {
        font-size: 18px;
    }
}

.ft-1
{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.bg-orange
{
    background-color: #fe530f !important;
}



.child
{
    width: 250px; 
    height: 250px;
    margin: auto; 
    vertical-align: middle;
    text-align: center;
}
*/




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;
}


.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: 0px;
}

.navTopIcon
{
    margin-top: 6px;
    margin-right: 6px;
}