﻿
a.navbar-brand img {
	width: 33px;
	margin: 0;
	padding: 0;
}

a.navbar-brand {
	height: 51px;
	width: 50px;
	display: block;
	background: #5bc0de;
	padding: 14px 7px;
	margin-bottom: -1px;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: #c53942;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: #d2434c !important;
}

.pageContent {
	max-width: 100%;
	max-height: 100%;
	min-height: 0px;
	margin: 75px 20px 30px 20px;
}

.menuContent {
	float: left;
	height: 100%;
	background: #525252;
	width: 50px;
	margin-left: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	position: absolute;
}

ul.leftMenu {
	list-style: none;
	padding: 0px;
	margin: 50px 0 0 0;
}

ul.leftMenu  li {
	list-style: none;
	height: 35px;
	font-size: 17px;
	border-bottom: 1px solid #5f5e5e;
	color: white;
	background: #525252;
	line-height: 32px;
	padding: 0px 0px 0px 9px;
}

ul.leftMenu  li:hover {
	width: 276px !important;
	position: relative !important;
	z-index: 10000;
	display: block !important;
	background: #424242;
	cursor: pointer;
}

ul.leftMenu  li:hover span.title {
	display: inline !important;
}

ul.leftMenu  li span.title {
	display: none;
	padding-left: 11px;
	line-height: 35px;
}

ul.leftMenu  li i {
	float: left;
	padding: 2px 10px 0px 6px;
}

.w3Body.container-fluid {padding: 0 !important;}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f8f8f8;
  padding: 8px 0 8px 0;
  height: 40px;
  margin: 0;
}

.footer p {
	margin: 5px 15px;
}


/* 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%;
}


  /* custom */
  span.widget-thumb-subtitle.smallTitle {
	text-transform: none;
	color: black !important;
}

.searchDetailContent{ 	
	position: absolute;
	margin-top: 42px;
	}

	.jb-sm.jumbotron {
    padding: 10px 20px;
}

.jb-sm.jumbotron h3{
    font-size:17px;
    font-weight:700;
}

.jb-sm.jumbotron p {
    font-size:15px;
}