.dash-contain {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	height: calc(100vh - 115px);
	min-height: calc(100vh);
	overflow: hidden;
	width: 100%;
}

.dash-contain.portfolio {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	height: calc(100vh - 115px);
	min-height: calc(100vh);
	overflow: hidden;
	width: 100%;
}

.dash-contain img.loader {
	display: none;
}

.dash-contain div {
	box-sizing: border-box;
}

.dash-first-col {
	flex: 1 1 100px;
	order: 1;
}


.dash-first-col .portfoliodescription {
	margin-top: 20px;
}

.dash-second-col {
	flex: 1 1 300px;
	order: 2;
	height: calc(100vh - 115px);
	overflow: auto;
}

.dash-third-col {
	flex: 2 1 450px;
	order: 3;
}

#container-b-h,
#container-overlay {
	height: 100%;
}

.dash-contain.loading {
	opacity: 0.2;
}

.dash-contain.loading img.loader {
	display: block;
	position: fixed;
	z-index: 999;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
}

.dash-special {
	flex: 1 1 auto;
	order: 3;
	display: flex;
	justify-content: space-around;
}

.dash-overlay {
	flex: 1 1 auto;
	order: 4;
	position: relative;
}

.dash-buy-hold {
	flex: 1 1 auto;
	order: 5;
	position: relative;
}

/* Stats Table */

.raamps-stats {}

.raamps-stats .stats-row {
	display: flex;
	padding: 4px 3px;
}

.raamps-stats .stats-row.even {
	background-color: #eee;
}

.raamps-stats .stats-row.addgap {
	margin-top: 20px;
}

.raamps-stats .stats-row .stats-data {}

.raamps-stats .stats-row .stats-data:first-child {
	flex-basis: 70%;
}

.raamps-stats .stats-row .stats-right {
	flex-basis: 30%;
	text-align: right;
}

.raamps-stats .stats-row.one-above {
	padding-top: 15px;
}

.raamps-stats .stats-row.two-above {
	padding-top: 30px;
}

.raamps-stats-title {
	font-size: 18px;
	text-align: right;
}

/* Trades */
.raamps-trades {
	width: 100%;
}

.raamps-trades .trades-row {
	display: flex;
}

.raamps-trades .trades-row.inactive {
	background-color: #eaed1e !important;
}

.raamps-trades .trades-row.even {
	background-color: #eeeeee;
}

.raamps-trades .trades-row.positive {
	background-color: #a4de02;
}

.raamps-trades .trades-row.negative {
	background-color: lightpink;
}

.raamps-trades .trades-data {
	flex: 1;
}

.raamps-trades .trades-data:first-child {
	padding-right: 10px;
}

.raamps-trades .last,
.raamps-trades {
	text-align: right;
}

.trades-pending {
	padding: 8px;
	text-align: center;
	background-color: lightpink;
}

/* chooser row */
.dash-dropdown {
	display: flex;
	width: 100%;
	min-height: 33px;
}

.dash-dropdown h2 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

.dash-dropdown .chooser-left {
	flex-basis: 50%;
}

.dash-dropdown .chooser-right #portfolio-choose,
.dash-dropdown .chooser-right #portfolioetf-choose,
.dash-dropdown .chooser-right #portfoliocustom-choose {
	float: left;
}

.dash-dropdown .chooser-right {
	flex-basis: 50%;
	text-align: right;
}

.dash-dropdown .chooser-right .dash-dropdown {
	padding: 0;
	margin: 0;
}

#b-h-fullscreen,
#overlay-fullscreen,
#portfolio-fullscreen,
#cash-fullscreen {
	position: absolute;
	right: 40px;
	top: 10px;
	z-index: 10;
}

.zoombutt,
.custom-portfolio-action {
	border: 1px solid;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 8px;
	margin: 5px;
	max-width: 230px;
	text-align: center;
	color: white;
	background-color: #186838;
}

.custom-portfolio-action {
	margin: 0 auto;
	padding: 0px;
}

.custom-portfolio-action a {
	color: white;
	display: block;
	padding: 8px;
}

.custom-portfolio-action:hover a {
	color: #186838;
}

.zoombutt:hover,
.custom-portfolio-action:hover {
	color: #186838;
	background-color: white;
	cursor: pointer;
}

.raamps-unauthorized {
	width: 85%;
	padding: 25px;
	margin: 0 auto;
}

.custom-portfolio-member-delete a {
	color: #c00;
}

.custom-portfolio-member-delete,
.custom-portfolio-member-delete-head {
	flex: 0.25 !important;
}

.custom-portfolio-member-delete:hover {
	cursor: pointer;
}

.mepr-price-boxes {
	display: flex;
	justify-content: space-between;
}

.thickline {
	height: 3px;
	border: none;
	color: #dedede;
	background-color: #dedede;
}

@media only screen and (max-width: 900px) {
	.fl-row[data-node] .fl-row-content-wrap {
		padding: 0 !important;
	}

	.dash-contain,
	.dash-contain.portfolio {
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}

	.dash-first-col {
		order: 2;
		width: 100%;
		height: auto;
	}

	.dash-second-col,
	.dash-second-col.portfolio {
		order: 3;
		width: auto;
		height: auto;
	}

	.dash-third-col {
		height: auto;
		order: 1;
	}

	.dash-overlay {
		order: 4;
	}

	.dash-buy-hold {
		max-width: 90%;
		order: 2;
	}
	
	.dash-overlay {
		max-width: 90%;
	}

	.dash-overlay,
	.dash-buy-hold,
	.dash-first-col,
	.dash-second-col {
		margin-bottom: 50px;
	}

	.dash-dropdown {
		display: block;
		width: 100%;
	}

	.chooser-left,
	.chooser-right {
		display: block;
		width: 100%;
	}

	.chooser-left h2 {
		font-size: 18px;
	}

	#symbol-chooser {
		margin-top: 20px;
		width: 100%;
	}

	#portfolio_chooser_chosen,
	#portfolioetf_chooser_chosen {
		width: 280px !important;
	}

	.raamps-nav-menu li.menu-item a {
		font-weight: bold;
	}
}
