#wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

#page-wrapper footer.main-footer {
  padding: 15px;
  min-height: 700px;
  background: #f0f0f0;
}

#page-inner {
  width: 100%;
  margin: 10px 20px 10px 0;
  background-color: #f0f0f0 !important;
  padding: 5px;
}

#page-wrapper footer.main-footer {
  padding: 15px;
  min-height: 700px;
  background: #f0f0f0;
}

footer.main-footer {
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 230px);
}

footer.main-footer a {
  color: blue;
}

@media (min-width: 768px) {
  #page-wrapper {
    margin: 0 0 0 230px;
    padding: 0 0 100px 0;
  }
  .sidebar-mini.sidebar-collapse #page-wrapper {
    margin-left: 50px;
  }
  .sidebar-mini.sidebar-collapse footer.main-footer {
    width: calc(100% - 50px) !important;
  }
}

.btn-mcd {
  color: white;
  background-color: #ff6265;
  border-color: #ff6265;
}
