.acc-footer {
    background-color: #e1f0fd;
    width: 100%;
    padding: 10px 10px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 10%;
}

.outer {
    background-color: white;
    border: 1px solid #dedede;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.add-btn {
    color: white;
    font-size: 11px;
    background-color: #428bca;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-width: 120px;
}

#search-box {
    display: inline-block;
    min-width: 140px;
    height: 24px;
    padding: 4px;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 5px;
}

#search {
    font-family: Trebuchet MS, Arial;
    font-size: 11px;
    width: 112px;
    height: 17px;
    display: block;
    float: left;
    border: 0 none;
    padding: 0;
    outline: none;
}

#magnifier {
    width: 17px;
    height: 17px;
    background: url(../Content/search-icon.png);
    float: left;
    cursor: pointer;
}

.outer-upr {
    padding: 5px 10px 5px 10px;
}

.outer-footer {
    background-image: url(../Content/footr-bkg-img.png);
    width: 100%;
    height: 22px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width:767px) {
    .bs-docs-sidenav.affix {
        position: static;
        width: auto;
        top: 0;
    }
}

.progress > span:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 18px;
    background: url('/img/progress.png') 0 0 repeat-x;
    border-radius: 10px;
}

#personal-info {
    background-image: url(../Content/personal-info-sep.png);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

#emp-pro-img {
    background: url(../Content/photo-inner.png) no-repeat;
    background-size: 120px 132px;
  width: 120px;
  height: auto;
  padding: 8px 0px 0px 14px;
}
.footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        background-color: #f5f5f5;
    }
    .container .text-muted {
        margin: 20px 0;
    }
    .footer .container {
        width: auto;
        max-width: 450px;
        padding: 0 15px;
    }
    @media all and (max-width:992px)
    {

    .footer {
        position:relative !important;
    }
}

    