body {
	width: 500px;
	height: 500px;
	display: flex;
	flex-direction: column;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:window-inactive  { background: #BCBCBC; }

.navbar-brand {
	padding: 8px 13px;
}

.navbar-brand img {
	max-width: 32px;
}

.tab-content {
	flex-grow: 1;
}

section {
	padding: 0 5px;
}

.login-container, .logout-container {
	width: 300px;
	margin: 30px auto;
	display: none;
}

.login-btn, .logout-btn {
	border-radius: 5px;
	border: 1px solid #888;
	user-select: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.btn-icon {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 1.3em;
}

.btn-icon.google-icon {
	background: url('../img/g-normal.png') transparent 5px 50% no-repeat;
}

.buttonText {
	vertical-align: middle;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.loading-container {
	text-align: center;
	padding: 20px 0;
}

#email-login-modal .nav-tabs {
	margin-bottom: 10px;
}

.email-login-actions {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

#recover-container *:first-child {
	margin-top: 10px;
}

.footer {
	margin: 0 5px;
}

.header {
	/*display: flex;*/
	/*align-items: center;*/
}
.search-keyword, .search-business, .search-lawyer {
	width: 100% !important;
}
.input-container {
	margin: 10px;
}

.header-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	background-color: #f8f8f8;
}

li {
	float: left;
}

li a {
	display: block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	color: #555;
	background-color: #f8f8f8;
}

li a:hover:not(.active) {
	/*background-color: #111;*/
}

li .active {
	background-color: #e7e7e7;
}

.main {
	overflow-x: hidden;
	height: 100%;
}

.inner-anon-container {
	padding: 15px 7px;
}
.init-container {
	margin-top: 20px;
	text-align: center;
}
.x-iation {
	margin-top: 15px;
}