/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
}
#wrapper {
	height:100%;
	min-height:100%;	
}

.noscroll {
  overflow:hidden;
}

.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. */

.manager-container {
	height: 100%;
	min-height: 100%;
}

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

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

code {
  font-size: 80%;
}

/* main tabs styles */
DIV.fill {
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	right:0;
	bottom:0;	
}

IFRAME.fill {
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	border: 0;
}

