/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
  border-radius: 1;
}

.content_margins {
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

.master_no {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 550px}

/* Set gray background color and 100% height */
.sidenav {
  padding-top: 20px;
  /*background-color: #f1f1f1;*/
  height: 100%;
}

/*
footer {
  background-color: #555;
  color: white;
  padding: 15px;
}
*/
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  .sidenav {
    height: auto;
    padding: 15px;
  }
  .row.content {height:auto;}
}

/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  padding: 15px;
}*/