/* JSE SHARE BROWSER **********************************************************/

.jse-share-browser div[class^="col"] {
	margin-bottom: 2em;
}

.listopt {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	height: 100%;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 1em;
	cursor: pointer;
	transition: background .2s, box-shadow .2s;
}

.listopt:hover {
	background: #f8f8f8;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.listopt-business {
	text-align: left;
	font-size: 0.9em;
	margin: 1em 0 0;
}

.listopt h2 {
	color: #255680;
	font-size: 1em;
}

.listopt h2 .listopt-code {
	font-weight: normal;
	color: #000;
}

.listopt h3 {
	font-size: 1em;
	font-weight: bold;
}

.jse-search-form input {
	position: relative;
	top: 1px;
}

.jse-search-form {
	text-align: center;
}


.jse-search-form a {
	color: #fff;
}

.jse-search-form input, .jse-search-form select, .jse-search-form label {
	width: auto;
	display: inline;
}

.jse-search-form a.btn {
	color: #333;
	font-weight: normal;
}


.listopt .chart-container {
	padding: 0.2em;
	background: #eee;
	border: 1px solid #999;
	width: 100%;
	text-align: center;
}

.listopt-up-down {
	font-size: 1.4em;
	font-weight: bold;
}

.listopt table {
	margin: 1em 0;
	width: 100%;
}

.listopt table td, .listopt table th {
	padding: 0.2em;
	font-size: 0.9em;
}

.listopt table th {
	color: #255680;
}

.listopt-sale {
	font-size: 1.2em;
	font-weight: bold;
}

.paginator ul {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
}

.paginator ul li {
	flex-shrink: 2;
	text-align: center;
}

.paginator ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em 1em;
}

.paginator ul li.current-page {
	padding: 0.5em 1em;
}

.paginator ul li.current-page, .paginator ul li:hover a {
	background: #255680;
	color: #fff;
}

.chart-title {
	font-size: 0.8em;
	margin-left: 1.3em;
	font-weight: bold;
	position: relative;
}

.chart-title a {
	color: #255680;
}

.chart-title a:hover {
	color: #b71532;
}

.add-to-watchlist, .remove-from-watchlist {
	position: absolute;
	right: 0.5em;
	top: 0.3em;
	color: #ccc;
	cursor: pointer;
}

.add-to-watchlist:hover {
	color: #333;
}

.show-adv-charts {
	position: absolute;
	right: 1.9em;
	top: 0.3em;
	color: #ccc;
	cursor: pointer;
}

.show-adv-charts:hover {
	color: #333;
}

.chart-info {
	font-size: 0.8em;
	margin-left: 1.3em;
}

.change-sort-order {
	font-size: 1em;
	padding: 0.27em 0.5em;
}

.chart-filters {
	background: #255680;
}

.chart-filters label {
	font-size: 0.7em;
	font-weight: bold;
	margin: 0;
	color: #fff;

}

.period-move-color-red {
	color: red;
}

.period-move-color-green {
	color: green;
}

.cf-sell {
	color: #b71532;
}

.cf-hold-minus {
	color: #b55a3c;
}

.cf-hold {
	color: #333;
}

.cf-hold-plus {
	color: #87bd32;
}

.cf-buy {
	color: #42932d;
}

.share-info-cf span {
	font-weight: bold;
}

select option {
	color: #000;
}

select option.disabled, select option:disabled {
    color: #999;
}

.positive {
	color: #87bd32;
}

.negative {
	color: #b71532;
}

.scanner-form-buttons .btn a, .sub-buttons .btn a {
	color: #fff;
}

.scanner-form-buttons .btn:hover, .sub-buttons .btn:hover {
	background-color: #ed1941 !important;
	border-color: #ed1941 !important;
}

.sub-buttons .btn {
	font-size: 0.89em;
}


/* SM ***/
@media screen and (min-width: 576px) {
	.jse-search-form {
		text-align: left;
	}

	.jse-search-form-filter {
		text-align: right;
	}

	.jse-search-from input, .jse-search-form select {
		padding: 0.5em 0.2em;
	}
}

/* MD ***/
@media screen and (min-width: 768px) {
}

/* LG ***/
@media screen and (min-width: 992px) {
}


/* XL ***/
@media screen and (min-width: 1200px) {
}

/* TINY ***/
@media screen and (max-width: 320px) {
}