html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}
/* start sticky footer*/
/* Wrapper for page content to push down footer */
#page-wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -20px;
}

/* Set the fixed height of the footer here */
#push-footer,
#footer {
	height: 20px;
}
/* end sticky footer */

/*sticky header*/
#page{
	padding-top: 50px;
}

#footer{
	text-align: center;
}

#sidebar{
	width: 190px;
	float: left;
}

#sidebar.affix{
	top:50px;
}

#sidebar.affix-bottom{
	position: absolute;
	top: auto;
	bottom: 0px;
	left: -20px;
}
.main-container{
	position: relative;
}

.sidebar-nav{
	padding: 9px 0;
}

.grid-view .summary {
	float: right;
}

.grid-column-index {
	width: 20px;
}

/* Form */
form p.note {
	font-style: italic;
}

.ui-dialog .ui-dialog-titlebar{
    height: 10px;
    border: none
}