﻿html, body {
    height: 100%;
}

.container-fluid {
    min-height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 50px;
}

.body-content {
    width:100%;
    height:100%;
    padding-left: 0px;
    padding-right: 0px;
}

footer{
    width: 100%;
    height:50px;
    position: absolute;
    bottom: 0;
    /* background-color:gainsboro; */
}