body, html, button, input, optgroup, select, textarea {
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
/*background-color: #F0F4F8;*/
}

h1 {
	font-size: 2rem!important;
	font-weight: bold;
}

h2 {
	font-size: 1.5rem!important;
	font-weight: bold;
}

strong {
	font-weight: 600;
}

@media only screen and (min-width: 993px) {
	.container {
		width: 85%!important;
	}
}
/* Colors */

vaadin-date-picker-overlay {
	z-index: 3000;
}

iframe {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	border: 0;
}

.recipient-list {
	max-height: 84px;
	overflow-y: scroll;
}

.template-gallery {
	overflow-x: scroll;
}

.message-template {
	width: 300px!important;
	height: 80px;
	padding: 8px;
	border: 1px solid #D9E2EC;
	border-radius: 4px;
	margin-right: 8px;
}

.signature-preview {
	position: relative;
	height: 25px;
	margin-bottom: 10px;
	padding-left: 6px;
	line-height: .5;
	font-family: 'La Belle Aurore', cursive;
	/*font-family: angeliquemadouce colombe,"ff meta serif",georgia,serif;*/
	font-size: 30px;
	white-space: nowrap;
	border-bottom: 1px solid #d8d8d8;
}

.signed-badge {
	display: inline-block;
	background-color: #e9eef5;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 10px;
}

.admin-badge {
	display: inline-block;
	background-color: #b2f5ea;
	color: #285e61;
	font-size: 0.875rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 9999px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.025em;
	cursor: pointer;
}

.owner-badge {
	display: inline-block;
	background-color: #feebc8;
	color: #9c4221;
	/*background-color: #eeeeee;
	color: #999999;*/
	font-size: 0.75rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 9999px;
	font-weight: 500;
	letter-spacing: 0.025em;
	cursor: default;
}

.orange-badge {
	display: inline-block;
	background-color: #feebc8;
	color: #9c4221;
	font-size: 0.875rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 9999px;
	/* text-transform: uppercase; */
	font-weight: 500;
	letter-spacing: 0.025em;
	cursor: pointer;
}

.gray-badge {
	display: inline-block;
	background-color: #ededed;
	color: #999999;
	font-size: 0.875rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 9999px;
	/* text-transform: uppercase; */
	font-weight: 500;
	letter-spacing: 0.025em;
	cursor: pointer;
}

.indigo-badge {
	display: inline-block;
	background-color: #c3dafe;
	color: #434190;
	font-size: 0.875rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 9999px;
	/* text-transform: uppercase; */
	font-weight: 500;
	letter-spacing: 0.025em;
	cursor: pointer;
}

.current-badge {
	display: inline-block;
	background-color: #b2f5ea;
	color: #285e61;
	font-size: 0.75rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 9999px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.025em;
	cursor: pointer;
}

.share-badge {
	display: inline-block;
	background-color: #eeeeee;
	color: #999999;
	font-size: 0.875rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 9999px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.025em;
	cursor: pointer;
}

.status-badge {
	background-color: #f5f5f5;
	color: #285e61;
	font-size: 0.875rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 9999px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.025em;
	cursor: pointer;
}

.text-black {
	color: rgba(0,0,0, 0.87)!important;
}

.text-primary {
	color: #243B53!important;
}

.text-neutral {
	color: #A5852C!important;
}

.text-secondary {
	color: rgba(0,0,0, 0.54)!important;
}

.text-light {
	color: rgba(0,0,0, 0.38)!important;
}

.text-extra-light {
	color: rgba(0,0,0, 0.12)!important;
}

.text-white {
	color: rgba(0,0,0, 0)!important;
}

.text-brown {
	color: #6E500A;
}

.teamImgAdmin {
	height: 40px;
	border-radius: 2px;
}

.img-preview {
	max-height: 100px;
}

blockquote {
	border-left: 5px solid #2CB1BC!important;
}

/* label focus color */
.input-field input[type=text]:focus + label, .input-field input[type=email]:focus + label, .input-field input[type=tel]:focus + label {
color: #F1592A!important;
}
/* label underline focus color */
.input-field input[type=text]:focus, .input-field input[type=email]:focus, .input-field input[type=tel]:focus {
border-bottom: 1px solid #F1592A!important;
box-shadow: 0 1px 0 0 #F1592A!important;
}

p a, .dropdown-content li>a,  a.link-accent, .link-accent {
	color: #299AA4!important;
	font-weight: 500;
	cursor: pointer;
}

#navCount {
	font-weight: 500;
	text-wrap: nowrap;
	padding-right: 10px;
}

a.link-bold, .link-bold {
	color: #299AA4!important;
	font-weight: 600;
	cursor: pointer;
}

.dz-remove {
	color: #299AA4!important;
	font-weight: 500;
	cursor: pointer;
	font-size: 0.9rem;
}

[type="radio"]:checked+span:after {
	background-color: #299AA4!important;
	border: #299AA4!important;
}

.loading {
	position: fixed;
	z-index: 999;
	overflow: visible;
	background: #F0F4F8;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	height: 100vh;
}

/* CSS declarations go here */
#toast-container {
	top: auto !important;
	right: auto !important;
	bottom: 0%;
	left:0%;  
}

.no-uppercase {
	text-transform: none;
}

.update-date {
	background: #f5f5f5;
	padding: 4px 8px;
	display: inline-block;
	border-radius: 4px;
	font-size: 0.8em;
}
.darkToken {
	background-color: #323232;
}
.backdrop {
	background-color: #323232;
}

.dz-success-mark, .dz-error-mark {
	display: none!important;
}
/*#OpenBidsTable:hover {
	background-color: #ffffff;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}*/

#OpenBidsTable tbody tr {
	background-color: #ffffff;
	-webkit-transition: background-color 1.4s ease;
	-moz-transition: background-color 1.4s ease;
	-o-transition: background-color 1.4s ease;
	transition: background-color 1.4s ease;
}
#OpenBidsTable tbody tr.highlighted {
	background-color: #42A99C;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}
#OpenAsksTable tbody tr {
	background-color: #ffffff;
	-webkit-transition: background-color 1.4s ease;
	-moz-transition: background-color 1.4s ease;
	-o-transition: background-color 1.4s ease;
	transition: background-color 1.4s ease;
}
#OpenAsksTable tbody tr.highlighted {
	background-color: #8F746B;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}
/*#UnseededIntroRedirect {
	background:none!important;
	color:inherit;
	border:none; 
	padding:0!important;
	font: inherit;
	border-bottom:1px solid #444; 
	cursor: pointer;
}*/
#ReceivedTransfers {
	z-index: 9999;
}
.checkbox-red[type="checkbox"] + label:before{
	border: 2px solid black;
	background: transparent;
}

.checkbox-red[type="checkbox"]:checked+span:not(.lever):before {
	border: 2px solid transparent;
	border-bottom: 2px solid darkred;
	border-right: 2px solid darkred;
	background: transparent;
}
.switch.pause label .lever {
	background-color: #79ff4d;
}
.switch.pause label input[type=checkbox]:checked+.lever {
	background-color: #ff6666;
}
.switch.pause label input[type=checkbox]:checked+.lever:after {
	background-color: #ff3300;
}
.switch.verified label .lever {
	background-color: #a6a6a6;
}
.switch.verified label .lever:after {/*switch knob*/
	background-color: #737373;
}
/*.switch.verified label input[type=checkbox]:checked+.lever {
	background-color: #79ff4d;
}
.switch.verified label input[type=checkbox]:checked+.lever:after {
	background-color: #ffffff;
}*/

@media only screen and (min-width: 992px) {
	html>body tbody.scrollContent {
		display: block;
		height: 262px;
		overflow: auto;
		width: 100%;
		font-size: 0.75rem;
	}

	html>body thead.fixedHeader {
		display: table;
		overflow: auto;
		width: 100%;
	}

	html>body tbody.scrollContent td, html>body thead.fixedHeader th {
		width: 14%;
		padding: 3px;
	}

	th {
		white-space:nowrap;
	}
}

#OpenBidsTable th, #OpenBidsTable td, #OpenAsksTable th, #OpenAsksTable td {
	padding: 5px 15px;
}

/*
	Whenever possible default Materialize.css classes are used but 
	sometimes we need to override them to get the appearance we want.
	Unfortunately we seem to have to use "!important" alot.
*/

.materialize-textarea {
	min-height: 2.5rem !important;
	padding: 1.0rem 0 1.25rem 0 !important;
	overflow-y: hidden !important;
	resize: none !important;
}

/* Layout Overrides */
.container {
	width: 90%;
}
.cursor-pointer {
	cursor: pointer;
}

.flex {
	display: flex;
}
.justify-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.items-center {
	align-items: center!important;
}

.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.align-middle	{vertical-align: middle;}
/* Create a vertical alignment helper for desktop and up */
@media only screen and (min-width: 601px) {
	.valign-wrapper-md {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.flex-md {
		display: flex!important;
	}

	.md-justify-between {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

section, footer {
	padding-top: 5rem;
	padding-bottom: 5rem;
}


/* Subnav*/
nav ul a {
	font-size: 16px!important;
}

.fixed {
	top: 0;
	position: relative;
	width: 100%;
}
.top {
	height: 40px;
	background: #63b3ed;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	position: top;
}
.subnav-fixed {
	position: fixed;
	top: 64px;
	width: 100%;
	z-index: 990;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.subnav {
	display: flex;
	justify-content: space-between;
}

.pdfNav {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
}
.nav-shadow {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.card {
	border-radius: 4px!important;
}

i.right {
	margin-left: 8px!important;
}
/* Layout Utilities */
.absolute {
	position: absolute;
}

.screen-height {
	height: 100vh;
}
.full-height {
	height: 100%!important;
}
.full-width {
	width: 100%!important;
}

.half-width {
	width: 50%!important;
}

.block {
	display: block!important;
}

.inline-block {
	display: inline-block!important;
}
.pin-t {
	top: 0;
}
.pin-r	{
	right: 0;
}
.pin-b	{
	bottom: 0;
}
.pin-l	{
	left: 0;
}
.relative {
	position: relative;
}
.lh-06 {
	line-height: 0.6;
}
.lh-11 {
	line-height: 1.1;
}
.p-0 {
	padding: 0rem!important;
}
.p-05 {
	padding: 0.5rem!important;
}
.p-1 {
	padding: 1rem!important;
}
.p-2 {
	padding: 2rem!important;
}

.pt-0 {
	padding-top: 0!important;
}

.pb-0 {
	padding-bottom: 0!important;
}

.pb-1 {
	padding-bottom: 0.5rem!important;
}

.pt-1 {
	padding-top: 0.5rem!important;
}

.pt-2 {
	padding-top: 0.75rem!important;
}

.pt-4 {
	padding-top: 1rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.row .col .actions-row {
	padding-bottom: 2rem!important;
}

.pb-12 {
	padding-bottom: 3rem;
}

.pl-0 {
	padding-left: 0!important;
}

.pl-4 {
	padding-left: 14px;
}

.pl-8 {
	padding-left: 2rem;
}

.mr-05 {
	margin-right: 0.5rem;
}


.ml-0 {
	margin-left: 0px!important;
}

.ml-1 {
	padding-left: 0.75rem;
}

.ml-4 {
	padding-left: 1rem;
}

.ml-6 {
	margin-left: 1.5rem;
}

.ml-8 {
	margin-left: 2rem;
}

.ml-auto {
	margin-left: auto;
}

.pt-12 {
	padding-top: 3rem;
}

.p-12 {
	padding: 3rem;
}

.pt-20 {
	padding-top: 5rem;
}

.pb-20 {
	padding-bottom: 5rem;
}

.py-0 {
	padding-bottom: 0rem;
	padding-top: 0rem;
}

.py-20 {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-8 {
	padding-left: 2rem;
}

.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.pt-8 {
	padding-top: 2rem;
}

.p-4 {
	padding: 1rem;
}

.p-8 {
	padding: 2rem;
}

.m-2 {
	margin: 0.5rem;
}
.mt-0 {
	margin-top: 0rem!important;
}
.mt-05 {
	margin-top: 0.125rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}

.m-auto {
	margin: auto;
}
.mt-4 {
	margin-top: 1rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mt-7 {
	margin-top: 1.7rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mt-12 {
	margin-top: 3rem;
}

.mt-16 {
	margin-top: 4rem;
}

.mt-20 {
	margin-top: 5rem;
}

.mr-1 {
	padding-right: 0.75rem;
}

.mr-4 {
	margin-right: 1rem;
}

.mr-6 {
	margin-right: 1.5rem;
}

.mr-8 {
	margin-right: 2rem;
}

.mr-12 {
	margin-right: 3rem;
}

.mr-20 {
	margin-right: 5rem;
}

.mb-0 {
	margin-bottom: 0rem;
}

.mb-05 {
	margin-bottom: 0.1rem;
}

.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-2 {
	margin-bottom: 0.5rem!important;
}
.mb-3 {
	margin-bottom: 0.75rem!important;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-20 {
	margin-bottom: 5rem;
}

.rounded {
	border-radius: .25rem;
}

.border-none {
	border: none;
}

.border-blue-dashed {
	border: dashed 0.5px #243B53;
}

.border-blue-dotted {
	border: dotted 1px #243B53;
}

.border-blue-2 {
	border: solid 2px #243B53!important;
}

.border-blue-hover:hover {
	border: solid 1px #243B53!important;
}

.border-accent {
	border: dotted 4px #299AA4!important;
}

.border-grey {
	border: solid 1px #D9E2EC;
}
@media only screen and (max-width: 992px) {
	.mb-20-s {
	margin-bottom: 5rem;
	}
	.mb-4-s {
		margin-bottom: 1rem;
	}
	.mt-4-s {
		margin-top: 1rem;
	}
	.mt-6-s {
		margin-top: 1rem; 
	}
}


#location {
	min-height: 400px;
	background-image: url(/images/map.png);
	background-repeat: no-repeat;
	background-position: left top; 
	background-size: cover;
}
/* Typography Overrides */

/* Fix text sizes in auth modals */
@media screen and (max-width: 900px) {
	#loginModal h2, #requestAccessModal h2 {
		font-size: 24px!important;
	}

	#loginModal p, #requestAccessModal p {
		font-size: 16px!important;
	}
}

/* Sizes */
.text-xxs {
	font-size: 0.65rem;
}

.text-xs {
	font-size: 0.75rem;
}

.text-sm {
	font-size: 0.9rem;
}

.text-base {
	font-size: 1rem;
	line-height: 1.4;
}

.text-lg {
	font-size: 1.125rem;
}

.text-xl {
	font-size: 1.25rem;
}

.text-2xl {
	font-size: 1.5rem;
}

.text-3xl {
	font-size: 2rem;
}

.text-4xl {
	font-size: 2.5rem;
}

h5, h6 {
	line-height: 1.4
}

/* Font Weights */
.font-md {
	font-weight: 400;
}
.font-bold {
	font-weight: 700;
}

.update-card {
	height: 100%;
}

.text-uppercase {
	text-transform: uppercase;
}

.max-w-sm {
max-width: 30rem!important;
}

.max-w-md {
max-width: 40rem!important;
}

.mx-auto {
margin-left: auto;
margin-right: auto;
}

/* Component Overrides */
@media only screen and (max-width: 601px) {
	.chart-wrapper {
		margin-left: 0px!important;
	}
	.chart-wrapper, .tableContainer {
		overflow-x: scroll;
		width: 100%;
		margin: auto;
	}
	#location {
		min-height: 300px;
	}
	.subnav-fixed {
	top: 56px;
	}

	.sm-text-xs {
		font-size: 0.65rem;
	}

	.sm-text-base {
		font-size: 1rem;
	}

	.sm-p-0 {
		padding: 0px!important;
	}

	.sm-p-1 {
		padding: 0.15rem!important;
	}

	.sm-justify-between {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mt-0-s {
		margin-top: 0rem; 
	}
}

nav, .subnav-fixed, .nav-shadow {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10)!important;
}

@media only screen and (min-width: 601px) {
	.brand-logo img.responsive-img {
		height: 48px!important;
		margin-top: 8px;
	}
	.row .col.offset-m-1-2 {
		margin-left: 12.5%!important;
	}

	.m-right {
		float: right;
	} 

	.md-half-width {
		width: 50%!important;
	}

	.md-mt-0 {
		margin-top: 0rem;
	}

	.md-mt-4 {
		margin-top: 1rem;
	}

	.md-pl-4 {
		padding-left: 14px;
	}

	.md-mr-8 {
		margin-right: 2rem;
	}
}

@media only screen and (max-width: 992px){
	nav .brand-logo {
		left: auto;
		transform: none;
	}
	.brand-logo img.responsive-img {
		height: 36px!important;
		margin-top: 10px;
	}
}

.btn-light {
	background: #F0F4F8!important;
	color: #243B53!important;
}

.btn-light:hover {
	background: #BCCCDC!important;
}
.btn-large {
	border-radius: 4px!important;
}

.border-t-1 {
	border-top: 1px solid #F0F4F8;
}

.border-t-2 {
	border-top: 1px solid rgba(0,0,0, 0.18);
}

.border-l-1 {
	border-left: 1px solid #D9E2EC;
}

.border-b-1 {
	border-bottom: 1px solid #F0F4F8!important;
}

.border-b-1-edit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

.edits-center-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-wrap: nowrap;
}

.fixed-footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	width: 100%;
	z-index: 100;
	height: 15px;
	border-top: 1px solid rgba(0,0,0, 0.18);
}

.help {
	list-style-type: initial!important;
	margin-left: 100px;
}

/* Sidenav Overrides */
.sidenav-overlay {
	z-index: 500!important;
}

nav ul li .active-link {
	border-bottom: 3px solid #243B53!important;
}

/* Toast Overrides*/
/*#toast-container {
	right: auto !important;
	left: 5%;
}
.toast {
	background-color: #fff!important;
	border-radius: 4px!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10)!important;
}*/

/* Tabs Overrides */
.tabs {
	background-color: transparent;
}

.tabs .tab {
	text-transform: none;
}

.tabs .indicator {
	background-color: #14919B!important;
}

.tabs .tab a {
	font-size: 16px!important;
	color: #627D98!important;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
	background-color: transparent;
}

.tabs .tab a.active, .tabs .tab a:focus.active {
color: #14919B!important;
}

.bg-grey-lightest {
	background: #F0F4F8;
}


.bg-grey-darker {
	background-color: #243B53!important;
}

.bg-grey-dark {
	background-color: #486581;
}

.circle-icon {
background: #f5f5f5;
border-radius: 50%;
width: 65px;
height: 65px;
border-radius: 50%;
text-align: center;
line-height: 65px;
vertical-align: middle;
font-size: 30px;
color: rgba(0,0,0, 0.87);
margin: auto;
}

/*#team .card-image img {
	border-radius: 50%;
	height: 120px;
}*/

.nav-img {
	height: 32px;
	margin-left: 4px;
}

@media only screen and (max-width: 601px){
	.circle-icon {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.help {
		list-style-type: initial!important;
		margin-left: 40px;
	}

	.right-align-s {
		text-align: right;
	}
}
.onboarding-step.complete {
	background-color: #B2DFDB!important;
}

.onboarding-step.complete .circle-icon {
	background: #4DB6AC;
	color: #fff;
}

.onboarding-step.complete .btn-large {
	background-color: #fff!important;
	color: #4DB6AC;
}

.modal {
	width: 85%!important;
	/*overflow-y: visible;
	overflow-y: visible!important;*/
}

#viewGiftTransferModal, #addNewTemplate {
	overflow: auto;
}

#editUserTags, #addShares, #editObservers, #addRemoveParticipant {
	overflow:visible;
}

.modal-xxs {
	max-width: 14rem!important;
}

.modal-xs {
	max-width: 20rem!important;
}

.modal-22 {
	max-width: 22rem!important;
}

.modal-sm {
	max-width: 30rem!important;
}

.modal-md {
	max-width: 40rem!important;
}

.modal-lg {
	max-width: 50rem!important;
}

/*#ShareholderLetter.modal {
	width: 60%!important;
}*/
.update-content {
	display: none;
}

.update-content.active {
	display: block;
}

.admin:hover {
	/*background: #f5f5f5;*/
	border: dotted #000 1px;
	cursor: pointer;
}

.edit-tooltip {
	position: absolute;
	background-color: #000;
	color: #fff;
}

.google-visualization-tooltip-item {
white-space: nowrap;
}

.google-visualization-tooltip {
	pointer-events: none;
	opacity: 0.85;
	/*margin-left: 300px !important;
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
	*/
	z-index: +1!important;
}

/* Admin onboarding guide */
.onboarding-card {
	border: 1px solid #9FB3C8;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 0.5rem;
}

/*.onboarding-card:hover {
	cursor: pointer;
}*/

.onboarding-collapsed {
	display: flex;
	align-items: center;
}

.hidden {
	display: none!important;
}

.guide-checkbox {
	background: #F0F4F8;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	padding: 12px;
	color: #fff;
	display: block;
	fill: #fff;
}

.disable {
	pointer-events: none!important;
}

.guide-checkbox.complete {
	background: #2BBBAD;
}

.guide-item-heading {
	font-size: 1.3rem;
	margin: 0;
	font-weight: 700;
}

.guide-item-desc {
	margin: 5px 0 0 0;
	color: rgba(0,0,0,0.54)!important;
}

.guide-next {
	height: 36px;
	width: 36px;
	float: right;
	fill: #F0F4F8;
}

/* Shareholder onboarding guide */
.onboarding-card.active {
	border: 1px solid #243B53;
}

.onboarding-card a,  .not-supported a {
	color: #299AA4!important;
}

/*.onboarding-expanded {
	display: none;
}*/
.onboarding-expanded h4 {
	font-size: 16px;
	font-weight: 600;
	color: #243B53;
	margin-bottom: 0.5rem;
}

.onboarding-expanded ol {
	padding-left: 18px;
}

.onboarding-expanded li {
	margin-bottom: 0.5rem;
}

.onboarding-expanded h5, .onboarding-support h4 {
	font-size: 18px;
	font-weight: 600;
	color: #243B53;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.onboarding-support p {
	margin-top: 0;
}

.onboarding-support a {
	color: inherit;
}

.onboarding-checkbox {
	background-color: #F0F4F8;
	width: 50px!important;
	height: 50px!important;
	min-width: 50px!important;
	border-radius: 25px!important;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	padding: 0.75rem!important;
	color: #fff;
	display: block;
	fill: #BCCCDC;
	border: 2px solid #BCCCDC;
	margin-right: 1rem;
	margin-left: 1rem;
}

.onboarding-checkbox.complete {
	background: #243B53;
	border: 2px solid #243B53;
}

.onboarding-item-heading {
	font-size: 20px;
	margin: 0;
	font-weight: 600;
	color: rgba(0,0,0,0.87);
}

.onboarding-support-row {
	display: flex;
}

.onboarding-expanded {
	padding-left: calc(2rem + 50px);
	padding-right: 1rem;
}



.onboarding-item-desc {
	margin: 5px 0 0 0;
	color: #627D98!important;
	font-size: 14px;
}

.onboarding-next {
	height: 24px;
	width: 24px;
	min-width: 24px;
	float: right;
	fill: #627D98;
	margin-left: auto;
	margin-right: 1rem;
}

.active .onboarding-next svg {
	transform: rotate(-270deg);
}

.google-play-btn, .app-store-button {
	display: inline-block;
}

@media (max-width: 600px) {
	.onboarding-item-heading {
		font-size: 16px;
	}

	.onboarding-support-row {
		display: block;
	}
	.onboarding-item-desc {
		font-size: 15px!important;
	}
	.onboarding-expanded {
		padding-left: 1rem;
	}

	.onboarding-expanded p, .onboarding-expanded li, .onboarding-expanded span {
		font-size: 13px;
	}
}

.btn-outline {
	border: 1px solid #9FB3C8;
	border-radius: 2px;
	background-color: transparent;
	color: #243B53;
	box-shadow: none;
}
.red-text {
	color: #E12D39;
}

.green-text {
	color: #3EBD93;
}

.teal-text {
	color: #299AA4;
}

.drop-area:hover {
	background: #F0F4F8;
	cursor: pointer;
}

.error-card {
	background-color: #FFE3E3;
	border-top: solid 3px #E12D39;
	padding: 0.5rem;
}
.btn-outline:hover {
	background: transparent;
}
.btn-outline:focus {
	background: transparent;
}

.chip-public {
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #65D6AD;
	font-size: 16px;
	color: #65D6AD!important;
	padding: 2px 8px;
	border-radius: 2px;
	text-transform: capitalize;
}

.chip-private {
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #9FB3C8;
	font-size: 16px;
	color: #9FB3C8;
	padding: 2px 8px;
	border-radius: 2px;
	text-transform: capitalize;
}
.py-2 {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}

.py-75 {
	padding-top: 0.75rem!important;
	padding-bottom: 0.75rem!important;
}

.py-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.profile-nav {
	padding: 1rem;
	background: #F0F4F8;
}

.profile-nav ul {
	list-style: none;
}

.profile-nav ul li {
	padding-top: 0.5rem;
}

.display-banner {
	display: block;
	padding: 0.75rem;
	background: #65D6AD;
	width: 100%;
	margin-top: 1rem;
	transition: box-shadow .2s cubic-bezier(.64,0,.35,1);
	transition-delay: .1s;
	box-shadow: rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);
}

.display-banner.info {
	border-top: #14919B solid 3px;
	background: #F0F4F8;
}

#updatesContent .modal-content {
	padding: 24px!important;
}

.doc-full {
	flex-grow: 1;
	overflow-y: hidden;
	height: calc(100vh - 168px);
}

.todo-card {
	background: #FFFFFF;
	border: 1px solid #243B53;
	box-shadow: 0 1px 2px 2px rgba(0,0,0,0.05), inset 3px 0 0 0 #243B53;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 0.5rem;
	border-radius: 4px;
}

.chart {
width: 100%; 
min-height: 428px; /* 388px; */ /* 437px; */
}

.share-card {
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
	padding: 1rem;
}

.stats-card {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}

.stat-item-3 {
	width: 33%;
	border-left: 1px solid #E1E1E1;
}

dd {
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* Cap Table CSS */
@media (max-width: 600px) {
	.stat-item-3 {
		width: 100%;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		border-left: none;
	}

	.sm-border-r-1 {
		border-right: 1px solid #D9E2EC;
	}

	.sm-border-l-1 {
		border-left: 1px solid #D9E2EC;
	}

	.sm-border-t-1 {
		border-top: 1px solid #D9E2EC;
	}

	.sm-border-b-1 {
		border-bottom: 1px solid #D9E2EC;
	}
}

@media (min-width: 600px) {
	.md-border-l-1 {
		border-left: 1px solid #D9E2EC;
	}

	.md-border-r-1 {
		border-right: 1px solid #D9E2EC;
	}

	.stat-item-3 {
		width: 20%;
	}

	.msg-btn {
		margin-top: 4rem;
		float: right;
	}
}

.center-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-icon {
	height: 20px;
	margin-right: 5px;
}

.checkbox-error[type="checkbox"]:checked+span:not(.lever):before {
	border: 2px solid transparent;
	border-bottom: 2px solid #D32F2F;
	border-right: 2px solid #D32F2F;
	background: transparent;
}

/*emailHistorySortTable
fundraisingSortTable
indicationsSortTable
roomsSortTable
eventsSortTable
allocationsTable
transactionsSortTable
valuationsSortTable
userDebtEventsSortTable
userEquityEventsSortTable
userTransactionsSortTable*/
@media (min-width: 200px) and (max-width:600px) {
	#fundraisingSortTable td, #captable td {
		white-space: normal;
	}
	
}

/* For Units divs on Fundraising Page */
@media (min-width: 200px) and (max-width: 1000px) {
	.stop-stack{
		display: inline-block !important;
	}
}

@media (min-width: 600px) {
	#capTable td, #transactionsSortTable td, #valuationsTable td, #eventsTable td, #allocationsTable td, #fundraisingSortTable td, #campaignSortTable td {
		white-space: normal;  
		overflow-x: auto;
		max-width: 350px;
	}

	#capTable thead th,  #transactionsSortTable thead th, #valuationsTable thead th, #eventsTable thead th, #allocationsTable thead th, #fundraisingSortTable thead th, #campaignSortTable thead th, #userEquityTransactionsSortTable thead th, #userDebtEventsSortTable thead th, #userGOAccountEventsSortTable thead th, #allocatorTable thead th {
		position: sticky !important;
		top: 0px !important;
		top: 61px !important;
		background: white !important;
		z-index: 1 !important;
	}

	.stats-card{
		display: flex;
	}
	.stat-item-3{
		/* width: auto !important; */
		padding: 15px;
	}
}

/* Fundraising Table CSS */
@media (max-width: 667px) {
	.table-wrap-f {
		position: relative;
		overflow: clip;
	}

	.table-wrap {
		position: relative;
		overflow: hidden;
	}

	.sm-hz-scroll {
		overflow-x: auto;
		overflow-y: visible;
		/*width: 300px;*/
		margin-left: 150px;
		white-space: nowrap;
	}

	.sm-hz-scroll-no-margin-f {
		overflow-x: auto;
		overflow-y: visible;
		/*width: 300px;*/
		white-space: nowrap;
	}

	.sm-hz-scroll-no-margin {
		overflow-x: auto;
		overflow-y: visible;
		/*width: 300px;*/
		white-space: nowrap;
	}

	.sm-fixed-left {
		left: 0;
		position: absolute;
		z-index: 5;
		top: auto;
		width: 150px;
		background: #fff;
		outline: 1px solid rgba(0,0,0,0.12);
		overflow-x: auto;
	}

	th.sm-fixed-left {
		outline: transparent;
	}

	.table-content {
		width: 100%;
	}

	.sm-block {
		flex-direction: column-reverse;
		width: 100%;
	}

	.sm-block-btn {
		display: block;
		width: 100%;
		margin-bottom: 8px;
	}
	.sm-w-full {
		width: 100%;
	}

	.sm-mb-4 {
		margin-bottom: 1rem;
	}
}

/* Adjusts overflow-hidden for captable custom status tooltip
   BREAKS STICKY HEADERS ON NARROWER SCREENS*/
/*@media (min-width: 668px) and (max-width: 1155px) {
	.table-wrap {
		overflow: hidden!important;
	}
}*/

.shareholder-img {
	height: 32px;
	width: 32px;
}

.selectShareholder { 
	height: 32px;
	width: 50px!important;
	display: none;
}
.shareholder-row:hover .selectShareholder {
	display : block!important;
}

.shareholder-row:hover .shareholder-img {
	display : none!important;
}

.shareholder-row:hover .shareholder-initials {
	display : none!important;
}


/* input[type=checkbox] .shareholder-img {
	display : none!important;
}*/

/*.shareholder-img:hover {
	display: none;
}*/

.share-tag {
	border-radius: 2px;
	background: #F0F4F8;
	padding: 4px;
}

/* @media (max-width: 600px) {
	.share-tag {
		border-radius: 2px;
		background: #F0F4F8;
		font-size: 0.5rem;
		padding: 0.25rem 0.5rem;
		text-transform: uppercase;
		font-weight: 500;
		display: inline-block;
		letter-spacing: 0.025em;
		margin-top: 0.25rem;
	}
} */

.category-tag {
	border-radius: 2px;
	background: #F0F4F8;
	font-size: 0.5rem;
	padding: 0.25rem 0.5rem;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 0.025em;
	margin-top: 0.25rem;
}

th[role=columnheader]:not(.no-sort) {
	cursor: pointer;
}

th[role=columnheader]:not(.no-sort):after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #404040 transparent;
	visibility: hidden;
	opacity: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

th[aria-sort=descending]:not(.no-sort):after {
	border-bottom: none;
	border-width: 4px 4px 0;
}

th[aria-sort]:not(.no-sort):after {
	visibility: visible;
	opacity: 0.7;
}

th[role=columnheader]:not(.no-sort):hover:after {
	visibility: visible;
	opacity: 1;
}

.chips .input {
	width: 220px!important;
}

.bank .input {
	width: 72%!important;
}

.subject-input {
	padding: 6px 4px;
	width: 100%;
	font-size: 16px;
}

#editor {
	min-height: 200px;
}

.ql-editor {
	min-height: 200px;
}

.ql-nth .ql-picker-label {
	width: 80px!important;
}

.ql-form .ql-picker-label {
	width: 86px!important;
}

.show-tag-btn {
	/*display: inline-block;*/
	float: right;
	line-height: 54px;
	vertical-align: middle;
}

.warning-banner {
	padding: 0.5rem;
	background-color: #FFF3C4;
	border-left: 3px #F0B429 solid;
}

[type="checkbox"]+span:not(.lever) {
	vertical-align: middle;
}

.action-card:hover {
	background-color: #F0F4F8;
}

#personal span {
	display: inline-table;
}

#personal span:before {
	margin-top: 4px;
}
/*.modal {
	overflow-y: visible!important;
}*/

.vesting-progress {
	width: 100%;
	background: #f5f5f5;
	height: 8px;
	overflow: hidden;
	border-radius: 2px; 
}

.vesting-progress-bar {
	background: #299AA4;
	height: 8px;
}

.workspace-list-item {
	padding: 0.5rem 1rem;
	border: solid 1px #e2e8f0;
	border-radius: 0.5rem;
	margin-bottom: 0.5rem;
	cursor: pointer;
	background: #fff;
}

.w-4 {
	width: 1rem;
}

.h-4 {
	height: 1rem;
}

.fixed-wrap {
	position: relative;
	height: 40px;
	z-index: 997;
	display: flex;
	background: #000;
	color: #fff;
	align-items: center;
	font-size: 0.9rem;
}

.alert {
	position: fixed;
	width: 100%;
	height: 40px;
	z-index: 997;
	display: flex;
	background-color: #b2f5ea;
	color: #285e61;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
}

.callToActionDetails {	
	max-height: 75vh;
	overflow-y: auto;
}

.shareClassDetails {
	max-height: 75vh;
	overflow-y: auto;
}

.roomsList {
	max-height: 30vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.overflow-hidden {
	overflow: hidden!important;
}

.overflow-clip {
	overflow: clip!important;
}

.initials, .navImg {
	height: 2.5rem;
	width: 2.5rem;
	display: flex;
	justify-content: center;
	background: #F0F4F8;
	border-radius: 50%;
	align-items: center;
	border: 1px solid #D9E2EC;/*#F0F4F8;*/
}

.shareholder-initials {
	height: 32px;
	width: 32px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	background: #F0F4F8;
	border-radius: 50%;
	align-items: center;
	border: 1px solid #D9E2EC;
}

.dropSummary {
	color: rgba(0,0,0, 0.54)!important;
	font-size: 0.9rem;
	display: block;
	line-height: 22px;
	padding: 14px 16px;
}
	
.text-black {
	color: rgba(0,0,0, 0.87)!important;
}

.circle {
	border-radius: 50%!important;
}

.circle-lg {
	width: 80px;
	height: 80px;
	font-size: 18px;
}

.slider {
	height: auto;
	overflow-y: hidden;
	overflow-x: hidden;
	transition-property: max-height;
	transition-duration: 0.5s;
	transition-timing-function: ease-out; /* cubic-bezier(0, 1, 0.5, 1); */
}

.slider.closed {
	max-height: 0;
}

.message-list {
	max-height: 200px;
	overflow-y:scroll;  
	overflow-x:hidden;
}

.h-5 {
	height: 1.25rem;
}
.w-5 {
	width: 1.25rem;
}

.h-12 {
	height: 3rem;
}
.w-12 {
	width: 3rem;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.bg-yellow-50 {
	background: rgba(255, 251, 235);
}

.bg-red-50 {
	background: rgba(254, 242, 242);
}

.bg-blue-50 {
	background: rgba(239, 246, 255);
}

.text-blue-400 {
	color: rgba(96, 165, 250);
}

.text-blue-700 {
	color: rgba(29, 78, 216);
}

.text-yellow-400 {
	color: rgba(251, 191, 36);
}

.text-yellow-500 {
	color: rgba(245, 158, 11);
}

.text-yellow-700 {
	color: rgba(180, 83, 9);
}

.text-red-500 {
	color: rgba(239, 68, 68);
}

.text-red-700 {
	color: rgba(185, 28, 28);
}

.text-red-800 {
	color: rgba(153, 27, 27);
}

.landing {
	display:block;
	width:100%;
/*	height:520px;
	min-height: 520px;
	max-height: 520px; */
	margin-top: 0px;
	margin-bottom: 0px;
}

.profile {
	max-width: 35rem!important;
	width: 35rem;
}

/* Animation */
.animate {
	white-space: nowrap;
	overflow: hidden;
	animation: animated-text 2s linear 1s 1 normal both;
}

/* text animation */

@keyframes animated-text{
from{width: 15px;}
to{width: 360px;}
}


/* FOOTER */

#transactionsWrap, 
#eventsWrap, 
#valuationsWrap, 
#authed, 
#shareholderDashboard, 
#shareholderDetails .container .row
#shareholdersAdmin, 
#shareholdersPro,
#ledgersAdmin .container .row, 
#documentList, 
#updatesContent {
	padding-bottom: 50px !important;
}



@media screen and (max-width: 768px) {
	#transactionsWrap, 
	#eventsWrap, 
	#valuationsWrap, 
	#authed, 
	#shareholderDashboard,
	#shareholderDetails .container .row
	#shareholdersAdmin, 
	#shareholdersPro,
	#ledgersAdmin .container .row, 
	#documentList,
	#updatesContent {
		padding-bottom: 50px !important;
	}
	.fixed-footer .container {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	justify-content: center;
	text-align: center;
	}
	.fixed-footer{
		height: auto;
	}

	.fixed-footer a {
		margin: 0 auto 0 auto;
	}

	.pt-4, .pb-4{
		padding-top:0;
		padding-bottom: 0;
	}
}