:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}
html,
body {
	height: 100%;
}
body {
	padding-top: 3.5rem;
}
body.login {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}
.form-login {
	width: 100%;
	max-width: 420px;
	padding: 15px;
	margin: auto;
}
.form-label-group {
	position: relative;
	margin-bottom: 1rem;
}
.form-label-group > input,
.form-label-group > label {
	padding: var(--input-padding-y) var(--input-padding-x);
}
.form-label-group > label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0; /* Override default `<label>` margin */
	line-height: 1.5;
	color: #495057;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
	color: transparent;
}
.form-label-group input:-ms-input-placeholder {
	color: transparent;
}
.form-label-group input::-ms-input-placeholder {
	color: transparent;
}
.form-label-group input::-moz-placeholder {
	color: transparent;
}
.form-label-group input::placeholder {
	color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
	padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
	padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown) ~ label {
	padding-top: calc(var(--input-padding-y) / 3);
	padding-bottom: calc(var(--input-padding-y) / 3);
	font-size: 12px;
	color: #777;
}

.navbar-logo {
	height: 30px;
	width: auto;
}
.navbar-logo .light-fill {
	fill: white;
}
.navbar-logo .light-stroke {
	stroke: white;
}
.navbar span.twitter-typeahead {
	width: auto;
}

.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100; /* Behind the navbar */
	padding: 48px 0 0; /* Height of navbar */
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 48px);
	padding-top: .5rem;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sidebar-sticky {
		position: -webkit-sticky;
		position: sticky;
	}
}
.sidebar .nav-link {
	font-weight: 500;
	color: #333;
}
.sidebar .nav-link .feather {
	margin-right: 4px;
	color: #999;
}
.sidebar .nav-link.active {
	color: #007bff;
}
.sidebar-heading {
	font-size: .75rem;
	text-transform: uppercase;
}

.link-icon {
	display: inline-block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left .33rem;
	background-size: 16px 16px;
}
.link-icon-mail {
	background-image: url('/icon/si-glyph-mail.svg');
}
.link-icon-old-phone {
	background-image: url('/icon/si-glyph-old-phone.svg');
}
.link-icon-phone-fax {
	background-image: url('/icon/si-glyph-phone-fax.svg');
}
.link-icon-smartphone {
	background-image: url('/icon/si-glyph-smartphone.svg');
}

.contact-card button.contact-edit {
	float: right;
	border: none;
	background: none;
	cursor: pointer;
	display: none;
}
.contact-card:hover .contact-edit {
	display: inline-block;
}

.form-group span.twitter-typeahead {
	display: block !important;
}
