/* QUICKSHARE PAGE ************************************************************/

.quickshares-most-viewed {
	background: #000;
	padding: 1em;
	color: #999;
}

.quickshares-most-viewed .row {
	margin: 0;
}

.quickshares-most-viewed .the-shares .col-6 {
	padding: 0.5em 0.2em;
}

.quickshares-most-viewed .mvs {
	background: #2C2C2C;
	border: 1px solid #2C2C2C;
	padding: 1em;
	color: #fff;
	cursor: pointer;
	transition: background .2s;
}

.quickshares-most-viewed .mvs:hover {
	border: 1px solid #ed1941;
}

.quickshares-content h1, .quickshares-content h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

.quickshares-content h2 {
	font-size: 1.1em;
}

.blue-row {
	background: #255680;
	color: #fff;
	padding: 0.5em 0;
}

.quickshares-content .searchForm {

}

#emailpagediv b {
	color: #fff;
}

.quickshares-content .searchForm label, .quickshares-content .email_form label {
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

.quickshares-content .searchForm input, .quickshares-content .email_form input {
	width: 80%;
}

.quickshares-content .btn.full-btn {
	background: #255680;
	border-color: #255680;
	font-size: 1em;
	padding: 0.7em;
	margin-bottom: 1em;
}

.quickshares-content td[data-th="name"] {
	color: #255680
}

.quickshares-content .tab-content td {
	padding: 0.2em 0.5em;
}

.quickshares-content .tab-content {
	border: 1px solid #eee;
	padding: 2em 1em 0.2em;
}

.quickshares-content .tab-content table {
	font-size: 1em;
}

.quickshares-content .nav-link {
	background: #255680;
	color: #fff;
	position: relative;
	top: 1px;
}

.quickshares-content .nav-link.active {
	background: #fff;
}

.quickshares-company-logo {
	margin: 1em 0;
}

.blue-row.row {
	margin-bottom: 0;
}

.blue-row .col-sm {
	margin: 1em 0;
}

.quickshares-content .most-viewed-text .col-sm {
	font-size: 0.75em;
	color: #fefefe;
	text-align: center;
}

.quickshares-content .moves-arrow {
	width: 12px;
	height: 16px;
	position: absolute;
	right: 1em;
	top: 1em;
}

.quickshares-content .moves-arrow img {
	width: 100%;
	position: relative;
	top: 0.8em;
}

.quickshares-content .moves-arrow-up {
}

.quickshares-content .moves-arrow-down {
}

.qs-quick-actions  {
	
	list-style: none;
	font-size: 1em;
	overflow: auto;
}


.page h3 {
	font-size: 1em;
	color: #ed1941;
	font-weight: bold;
	padding: 0.5em;
	text-transform: uppercase;
	margin: 0;
}

/*.quickshares-content .quickshares-menu li {
	padding: 0.125em 0.5em;
	cursor: pointer;
}

.quickshares-content .quickshares-menu li a {
	color: #fff;
}

.quickshares-content .quickshares-menu .menu-section {
	background: #474747;
	color: #fff;
	margin: 1.2em 0 0.5em 0;
}*/

.close-actions-menu {
	position: absolute;
	top: 1em;
	right: 1em;
	color: #fff;
}

/*.action-menu {
	position: fixed;
	right: 1em;
	font-size: 0.8em;
	z-index: 999;
	top: 11em;
	transition: top .1s;
}

.action-menu.sticky {
	top: 3.4em;
}*/

.press-release-btn {
	/* margin: 1em 0; */
	/* align-self: end; */
}

.forecast-info {
	font-size: 0.9em;
	display: block;
	line-height: 1em !important;
	width: 100%;
	height: 100%;
	padding: 0.2em;
}

.blue.forecast-info {
	margin-top: 0.5em;
}

.forecast-info:hover {
	color: unset;
}

.chart-watermark {
	position: relative;
	width: 100px;
	z-index: 100;
	right: 15px;
	float: right;
	top: 6em;
	opacity: .6;
}

.chartSwitch {
	margin-top: 1em !important;
}

.chartCompare {
	background: #F9F9F9;
	padding: 1.2em 0.5em;
	border: 1px solid #eee;
	margin-top: 0.95em;
	position: relative;
}

.chartCompare .col {
	padding: 0;
}

.comparison-not-available {
	position: absolute;
	top: 0.2em;
	right: 0.4em;
	font-size: 0.8em;
	color: #666;
}

#charts {
	height: 250px;
}

#quickShare_form label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.75em;
	margin: 0;
	float: left;
	position: relative;
	width: 100%;
	text-align: left;
	display: block;

}

#quickShare_form label label {
	position: absolute;
	bottom: 0;
	right: 0;
	float: none;
	text-align: right;
	color: rgba(237, 24, 63, 1);
}

.toggle-most-viewed-shares {
	font-weight: 600;
	font-size: 1em;
	cursor: pointer;
}

.toggle-most-viewed-shares:hover {
	color: #ED1941;
}

#charts {
	height: 200px;
}

.consensus-block {
	padding: 0.5em 0.5em;
	background: #f9f9f9;
	overflow: hidden;
	border: 1px solid #eee;
	cursor: pointer;
}

.consensus-block h1 {
	position: relative;
	z-index: 99;
	margin-left: 0.4em;
}

.fa-info-circle {
	position: absolute;
	top: 0.5em;
	right: 1.5em;
	color: #ed1941;
	cursor: pointer;
	transition: transform .2;
	font-size: 1.3em;
	z-index: 999;
}

.fa-info-circle:hover {
	transform: scale(1.2);
}

.add-to-watchlist {
	float: right;
	cursor: pointer;
	margin-top: -5.5em;
	display: block;
	background: #333;
	color: #fff;
	padding: 0.3em 0.6em;
	transition: background .2s;
}

.add-to-watchlist:hover {
	background: #255680;
	color: #fff;
}	

.add-to-watchlist img {
	width: 100%;
}


/* SM ***/
@media screen and (min-width: 576px) {
	.quickshares-content .moves-arrow {
		width: 16px;
		height: 21px;
	}

	.quickshares-content .most-viewed-text .col-sm {
		text-align: left;
	}

	.quickshares-content .most-viewed-text .col-sm:last-child {
		text-align: right;
	}

	.quickshares-company-logo {
		float: right;
		max-width: 40%;
		margin: 0;
		max-height: 60px;
	}

	/*.action-menu {
		font-size: 0.9em;
		top: 9em;
	}*/

	.quickshares-content .searchForm label, .quickshares-content .email_form label {
		letter-spacing: 0;
	}

	.add-to-watchlist {
		margin-top: -1em;
	}
}

/* MD ***/
@media screen and (min-width: 768px) {

	.quickshares-content .btn.full-btn {
		font-size: 0.9em;
		padding: 0.5em;
	}

	.quicksahres-content .sens-table tr:last-child {
		display: table-row;
	}

	.quickshares-content .searchForm label, .quickshares-content .email_form label {
		letter-spacing: 0.1em;
	}

	#charts {
		margin-top: 2.2em;
		height: 250px;
	}

	.add-to-watchlist {
		margin-top: -5.5em;
	}
	
}


/* MD ONLY ***/

@media screen and (min-width: 768px) and (max-width: 991px) {
	.quickshares-company-logo {
		float: left;
		clear: both;
		max-width: 100%;
		margin: 0 0 1em 0;
		max-height: 60px;
	}

	h1.share-chart-title {
		clear: both;
	}

	/*.chartCompare .form-check {
		margin: 1em 0;
	}*/

	.chartCompare {
		margin-top: 3em;
		padding: 1.2em 0.5em;
	}


}

/* LG ***/
@media screen and (min-width: 992px) {


	.quickshares-content .moves-arrow {
		width: 24px;
		height: 32px;
	}

	.share-info-table, .share-fundamentals-table, .share-history-table, .last-10-trades-table {
		font-size: 0.9em;
	}

	.chart-btns {
		font-size: 1em;
	}

	#charts {
		height: 300px;
	}

	.chartSwitch {
		margin-top: -0.8em !important;
	}

	.add-to-watchlist {
		margin-top: -1em;
	}



}


/* XL ***/
@media screen and (min-width: 1200px) {
	.qs-quick-actions ul {
		background: #eee;
		list-style: none;
		font-size: 0.9em;
		padding: 0;
		position: inherit;
		width: auto;
		z-index: 100;
		height: auto;
	}

	.qs-quick-actions ul h3 {
		background: #474747;
		font-size: 1em;
		padding: 0.2em 0.5em;
		color: #fff;
		margin: 1.5em 0 0 0;
	}

	.qs-quick-actions ul h3:first-child {
		margin-top: 0;
	}

	.qs-quick-actions ul li a {
		color: #000 !important;
		background: none !important;
		padding: 0.2em 0.5em;
	}

	.qs-quick-actions ul li a:hover {
		color: #ed1941;
	}

	.quickshares-menu .menu-section:first-of-type {
		margin-top: 0;
		border-top: none;
	}

	.chartSwitch {
		margin-top: 1em !important;
	}
}

/* TINY ***/
@media screen and (max-width: 320px) {
}