﻿.FooterMobile,
.headerLayout {
    display: none;
}
.containerHomeScreen {
    position: relative;
    top: -24px;
}
.containerHomeScreen .FooterHomeScreen {
    right: 0;
    position: fixed;
    width: 100%;
    bottom: 34px;
    z-index: 99;
    margin: 0;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
@media (max-width: 767px) {
    .containerHomeScreen .FooterHomeScreen {
        bottom: 34px;
    }
}



.page-header,
.page-footer-inner {
  display: none;
}
.page-footer {
  position: fixed;
}
.page-footer-copyright {
  background-color: #31344b;
}
.page-container {
  margin: 0 auto 0 !important;
}
.top-menu {
  position: unset !important;
  margin-top: 45px;
}
.top-menu .nav li.dropdown-user .NewCustomerBtn {
  display: inline-block
}