/* Custom bootstrap theme for rdent */
/* Sticky footer styles */
html, body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
	/* needed for the fixed top nav bar */
	padding-top: 45px;
	font-family: monospace;
}

body {
	background-color: #E8E8E8;
}
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}
/* Set the fixed height of the footer here */
#push, #footer {
	height: 60px;
}
#footer {
	background-color: #f5f5f5;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
ul.navbar-nav {
	/* background: -webkit-linear-gradient(top, #6A6A6A 50%, #B6B6B6 110%); */
	float: none;
}
.breadcrumb {
	border-top: 1px solid #e7e7e7;
	border-radius: 0;
	clear: both;
	margin-bottom: 0;
}
nav.navbar-default {
	box-shadow: 0 0px 8px #444444;
}
.navbar-nav>li {
	height: 50px;
}
.navbar-default ul.navbar-nav>li.profile-tab,
.navbar-default ul.navbar-nav>li.profile-tab>a,
.navbar-default ul.navbar-nav>li.profile-tab>a:hover,
.navbar-default ul.navbar-nav>li.profile-tab>a:focus{
	/*border-bottom: 2px black solid;*/
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	box-shadow: 0 0px 8px #444444;
	background-color: #f8f8f8;
}

div.panel-default {
	border-color: #969696;
}

.custom-input-group-addon-right {
	border-left: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}