/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#new_left_menu .nav.navbar-nav {
	float: none;
}

.old_h2.calc_btn {
	background-image: linear-gradient(to bottom,#2bc0bc 0%,#1a706b 100%);
	padding: 10px 5px;
	border-radius: 5px;
	
}
.old_h2.calc_btn:hover{
    box-shadow: -2px 1px 2px #1a706b;
}
.calcLink {
	display: block;
	background-image: url("/images/calc.svg");
	padding: 10px 10px 10px 48px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 20px;
}
.calcLink:hover {
	color: #fff;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
