/* colours

Black #000000
Red #bfd22b
Blue-grey #333d50


https://arrowheadproperties.co.za/testsite-aug-2019/


<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap" rel="stylesheet">

font-family: 'Jost', sans-serif;

*/
#e01
{
	display:none;
}
.mob_view, .sharemob
{
	display:none;
}

.BodyMob
{
	display:none;
}
.tdFilter {width:837;}

.sens-intro,
.sens-filter-title {
	padding: 0px 8px;
	font-size: 14px;
}

.sens-field {
	padding: 6px 8px;
}

.sens-field-row {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: nowrap;
}

.div_period_wrap {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	overflow: visible;
	float: none;
	margin-bottom: 15px;	
}
.div_date_from {
	/* flex: 1 1 210px; */
	min-width: 210px;
	width: auto;
	overflow: visible;
	float: none;
	
}
.div_date_to {
	/* flex: 1 1 210px; */
	min-width: 210px;
	width: auto;
	overflow: visible;
	float: none;
	
	
	
}
.div_search_button {
	/* flex: 0 0 118px; */
	min-width: 118px;
	width: auto;
	overflow: visible;
	float: none;
	margin-top: 0px;
}

.div_search_button input[type="submit"] {
	width: 100%;
	height: 60px;
	line-height: 60px;
}
 
.labelTo {
	padding-right: 28px;
	font-size: 14px;
}
.labelFrom {
	padding-right: 18px;
	font-size: 14px;
}

/* Filter bar dropdown sizing so label + dropdowns stay on one row */
/* .div_period_wrap .sens-field-row select {
	width: auto;
	flex: 0 1 auto;
	min-width: 0;
} */

#month1,
#month2 {
	min-width: 96px;
}

#from_year,
#to_year {
	min-width: 98px;
}

#month1,#month2
{
	margin-right:7px;
}

.feed_code {
	font-size: 18px;
	color: red;
	font-weight: 700;
}



html, body {
	margin: 0px;
	font-family: 'Jost', sans-serif;
}


td,th,p {
	font-family: 'Jost', sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: 400;
	text-align: left;
	line-height: 1.4em;
}

.sens-intro,
.sens-grid-cell {
	font-size: 13px;
	font-weight: 400;
}


table {
    border-collapse: collapse;
}

.sens-grid {
	display: grid;
	grid-template-columns: 1fr;
	max-width: 1180px;
}

.sens-grid-header,
.sens-grid-row {
	display: grid;
	grid-template-areas: "col1 col2 col3";
	grid-template-columns: 150px 1fr 143px;
	align-items: start;
}



.sens-grid-date { grid-area: col1; }
.sens-grid-headline { grid-area: col2; }
.sens-grid-open { grid-area: col3; }

.sens-grid-headline {
	text-transform: uppercase;
}

.sens-grid-rule {
	grid-column: 1 / -1;
}

.table_right,.rowstyle20,.rowstyle30,.rowstyle21,.rowstyle31 {
	text-align: right;
	padding: 6px 8px 6px 0px;
    text-transform: uppercase;
}

@media only screen and (max-width: 700px) {
	.sens-field-row {
		flex-wrap: wrap;
	}

	.sens-grid-header {
		display: none;
	}

	.sens-grid-row {
		grid-template-areas: 
			"header header"
			"left right";
		border-bottom: 1px solid #cccccc;
		grid-template-columns: 1fr 50px;
		padding: 8px 0;
	}

	.sens-grid-date { grid-area: header; }
.sens-grid-headline { grid-area: left; }
.sens-grid-open { grid-area: right; }

	.sens-grid-date {
		text-align: left;
		padding: 6px 8px 0px 8px;
	}

	.sens-grid-headline {
		padding: 2px 8px 6px 8px;
	}

	.sens-grid-open {
		text-align: left;
		padding: 0px 8px 6px 8px;
	}

	.div_period_wrap {
		flex-wrap: wrap;
	}

	.div_date_from,
	.div_date_to,
	.div_search_button {
		flex: 1 1 100%;
		min-width: 0px;
	}

	.div_search_button { flex: 1 1 100%; }
}

b {
	font-weight: 500;
}

.right {
	text-align: right;
}


.table_left ,.rowstyle10,.rowstyle11{
	padding: 6px 0px 6px 8px;
}

.table_left_
{
	padding: 3px 0px 0px 8px;
	font-size:10px;
}

.table_left_no_bottom {
	padding: 6px 0px 0px 8px;
}

.table_left_no_top {
	padding: 0px 0px 6px 8px;
}

.table_left_no_top img {
	width: 16px;
	height: 16px;
	margin-bottom: -3px;
}

.table_center {
	text-align: center;
	padding: 6px 0px 6px 0px;
}



.table_head {
	font-weight: 700;
	padding: 5px 0px 5px 8px;
}


.column_head_left,.subheading1 {
	font-size: 14px;
	color: var(--primary);
	font-weight: 600;
	text-align: left;
	padding: 5px 0px 2px 8px;
	/* text-transform: uppercase; */
	line-height: 130%;
}

.column_head_center {
	font-size: 14px;
	color: var(--primary);
	font-weight: 600;
	text-align: center;
	padding: 5px 0px 2px 0px;
	/* text-transform: uppercase; */
	line-height: 130%;
}

.column_head_right,.subheading2,.subheading3 {
	font-size: 14px;
	color: var(--primary);
	font-weight: 600;
	text-align: right;
	padding: 5px 8px 2px 0px;
	/* text-transform: uppercase; */
	line-height: 130%;
}

.section_head_left {
	font-size: 13px;
	color: #1d252d;
	font-weight: 700;
	text-align: left;
	padding: 2px 0px 2px 8px;
	background-color: #f3f3f4;
	line-height: 0px;
}

.section_head_right {
	font-size: 13px;
	color: #1d252d;
	font-weight: 700;
	text-align: right;
	padding: 5px 15px 2px 0px;
	background-color: #f3f3f4;
}

ol {
	line-height: 22px;
	margin-left: -20px;
}


a:link, a:visited, a:active {
	font-weight: 500;
	color: var(--secondary);
	text-decoration: none;
}
/* a:hover {
	font-weight: 700;
	color: #bfd22b;
	text-decoration: underline;
} */

.sens-footer {
	max-width: 1180px;
}

.poweredby {
	font-family: Arial, sans-serif;
	font-size: 7px;
	color: #999999;
	text-align: right;
	padding-right: 8px;
	padding-top: 0px;
	letter-spacing: 1.5px;
	height: 0px;
}

a.powered:link, a.powered:visited {
	color: #666666;
	font-size: 7px;
	text-decoration: none;
	font-weight: 700;
}

a.powered:hover, a.powered:active {
	color: #999999;
	font-size: 7px;
	text-decoration: none;
	font-weight: 700;
}

.rule {
	height: 10px;
	font-size: 1px;
}

.last_rule {
	height: 10px;
	padding-top: 12px;
	font-size: 1px;
}

hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0px;
	width: 100%;
	margin: 0px;
}



.shortname {
	font-size: 32px;
	color: #bfd22b;
	font-weight: 700;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.price {
	text-align: right;
	font-size: 32px;
	color: #bfd22b;
	font-weight: 700;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.price1 {
	
	font-size: 32px;
	color: #bfd22b;
	font-weight: 700;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.price img {
	width: 32px;
	height: 32px;
	margin-bottom: -6px;
}

.notes {
	font-size: 10px;
	padding-left: 8px;
	line-height: 100%;
}

sup {
	font-size: 8px;
        vertical-align: super;
        line-height: 0;
	padding-right: 2px;
}

.spacer_xs {
	height: 4px;
	font-size: 1px;
}

.spacer_s {
	height: 8px;
	font-size: 1px;
}

.spacer {
	height: 15px;
	font-size: 1px;
}

.spacer_l {
	height: 18px;
	font-size: 1px;
}

.spacer_xl {
	height: 25px;
	font-size: 1px;
}


/*---- Home Page SENS styles starts here ------*/

.hp_sens_head {
	font-weight: 500;
	text-transform: uppercase;
	line-height: 26px;
	line-height: 1.7em;
    color: var(--secondary);
    font-size: 13px;
}

.hp_sens_date {
	text-transform: uppercase;
    font-weight: 600;
	padding: 0px 0px 0px 0px;
    font-size: 13px;
}


/* a.continue_reading:link, a.continue_reading:visited, a:active {
	font-weight: 700;
	color: var(--primary);
	text-decoration: none;
	padding-right: 12px;
    font-size: 13px;
    transition: all .5s ease-in-out;
} */

a.continue_reading {
	font-weight: 700;
	color: var(--primary)
}

a.continue_reading span {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.2s ease-in-out;
    /* float: right; */
  }

a.continue_reading:hover {
	font-weight: 700;
	text-decoration: underline;
	/* padding-right: 18px; */
}

a.continue_reading:hover span {
    /* margin-left: 10px; */
    transform: translateX(5px);
}

/*---- Home Page SENS styles ends here ------*/



/*---- SENS pop-up styles starts here ------*/

body.sens {
  margin-top: 20px;
  font-family: 'Jost', sans-serif;
}

body.sens div.wrapper{
  /* border: 1px solid red; */
  position: relative;
}

.sens_head {
  font-size: 18px;
  color: var(--secondary);
  text-transform: uppercase;  
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500;
  width: calc(100% - 300px);
  padding-left: 20px;
}

.sens_date {
  /* border: 1px solid blue; */
  border-bottom: var(--lines__grey);
  color: #000;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 14px;
}

.sens_logo {
  /* border: 1px solid pink; */
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
}

.sens_logo img {
  height: 60px
}

.sens p {
  border: 0px solid orange;
  text-align: justify;
  line-height: 165%;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.sens_left {
  border: 0px solid green;
  padding-top: 10px;
  border-top: var(--lines__grey);
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}

.sens_left img {
	height: 15px;
}

.sens_right{
  border: 0px solid purple;
  text-align: right;
  margin-bottom: 10px;
  margin-right: 5px;
}

.sens_right a {
	font-size: 13px;
	font-weight: 700;
	color: var(--primary);
}

.sens_right a span {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.2s ease-in-out;
    /* float: right; */
  }

.sens_right a:hover {
	font-weight: 700;
	text-decoration: underline;
	/* padding-right: 18px; */
}

.sens_right a:hover span {
    /* margin-left: 10px; */
    transform: translateX(5px);
}

pre {
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
/*---- SENS pop-up styles starts here ------*/



/*---- drop-down and checkbox selectors styles starts here ------*/

select {
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	text-align: left;
	height: 60px;
	outline: none;
	border: 1px solid #cccccc;
	border-radius: 0px;
	cursor: hand;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/select_down_arrow.png) no-repeat right #fff;
	background-position-x: calc(100% - 20px);
	-webkit-appearance: none;
	/* width: calc(100% - 40px); */
}

select::-ms-expand{
    display:none;
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}



select[name="month1"], [name="month2"] {
	width: 211px;
}

select[name="year1"], [name="year2"] {
	width: 211px;
}

select[name="startdate"], select[name="enddate"] {
	width: 211px;
}



input {
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	text-align: center;
	height: 30px;
	outline: none;
	border: 1px solid #cccccc;
	border-radius: 0px;
	cursor: hand;
	padding-left: 35px;
	padding-right: 35px;
}

#quickperiod, #fromA, #toA, input[name="number"], #selectmenu {
	width: 100%;
	text-align: left;
	padding-left: 10px;
}


input[type="submit"] {
	/* width: 117px; */
    line-height: 60px;
	color: #000000;
	letter-spacing: 1px;
	border: 0px solid #cccccc;
	background-color: #bfd22b;
text-transform: uppercase;
transition: all 0.3s ease-in-out;
font-weight:400;
}

input[type="submit"]:hover {
	/* width: 117px; */
	color: #000;
	border: 0px solid #cccccc;
	background-color: #b3c528;
	
}

input[type="radio"] {
	width: 14px;
	height: 14px;
	line-height: -20px;
}

input[type="checkbox"] {
	width: 14px;
	height: 14px;
	margin-bottom: -20px;
}

input[type="image"] {
	border: 0px;
}


/*---- drop-down and checkbox selectors styles ends here ------*/



/*---- scrolling marquee styles starts here ------*/

.marquee {
	font-family: 'Jost', sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: 400;
	line-height: 20px;
	background-color: -pink;
}

.name	{
	color: #bfd22b;
}

.ticker_sml {
	font-size: 10px;
	font-weight: 400;
}

.marquee img {
	width: 14px;
	height: 14px;
	margin-bottom: -2px;
}

.marquee a:link, .marquee a:visited, .marquee a:active {
	font-weight: 400;
	color: #999999;
	text-decoration: none;
}
.marquee a:hover {
	font-weight: 400;
	color: #bfd22b;
	text-decoration: underline;
}

/*---- scrolling marquee styles ends here ------*/








/*----------	PC size 1   ---------*/	

.wrapper {
	max-width: 100%;
	position: relative;
	background-color: -bisque;
	margin: 0 auto;
	border: solid 0px red;
}
	

#s01_pc {
	display: block;
}

#s01_mob {
	display: none;
}

#e03_pc {
	display: block;
}

#e03_mob {
	display: none;
}

#n03_pc {
	display: block;
}

#n03_mob {
	display: none;
}


#s02_pc {
	display: block;
}

#s02_mob {
	display: none;
}


#s06_pc {
	display: block;
}

#s06_mob {
	display: none;
}


#graph {
	display: block;
	position:relative;
	background-color: -pink;
	float: left;
	width: 69%;
}

#graph img {
	width: 100%;
	height: 100%;
	max-height: 433px;
}

#c12 img {
	width: 100%;
	height: 100%;
	max-height: 390px;
}

#spacer1 {
	display: none;
	background-color: -red;
	float: left;
	width: 100%;
	height: 10px;
}

#right_block {
	display: block-inline;
	position:relative;
	background-color: -cyan;
	float: right;
	width: 30%;
	min-width: 290px;
}

#spacer2 {
	display: block;
	background-color: -green;
	float: left;
	width: 100%;
	height: 10px;
}

#bottom_block {
	display: block;
	background-color: -yellow;
	float: left;
	width: 100%;
}

@media only screen and (max-width: 700px) {
	
#e01n_pc
{
	display:none;
}
#e01
{
	display:inline;
}
.pc_view, .sharepc
{
display:none;
}
.mob_view, .sharemob
{
display:inline;
}

.BodyPc
	{
		display:block;
	}
	.BodyMob
	{
		display:inline;
	}
.div_period_wrap {
max-width: 1300px;
margin: 0 auto;
overflow:hidden;
}
.div_date_from {
	width:277;
	overflow:hidden;
	float:none;
}

.div_date_to {
	width:277;
	overflow:hidden;
	float:none;
	margin-left:0px;
}
.labelTo
{
	padding-right:28px;
}
.labelFrom
{
	padding-right:18px;
}
.div_search_button input[type="submit"] {
	margin-left: 8px;
	/* width: 84%; */
	margin-bottom: 20px;
}
#month1,#month2
{
	margin-right:0px;
}

	
}

/*----------	PC size 2   ---------*/	
		
@media only screen and (max-width: 990px) {

#graph {
	width: 65%;
}

}

/*----------	PC size 3   ---------*/	
		
@media only screen and (max-width: 860px) {

#graph {
	width: 60%;
}

}

/*----------	PC size 4   ---------*/	
		
@media only screen and (max-width: 760px) {

#graph {
	width: 55%;
}

}

/*----------	PC size 5   ---------*/	
		
@media only screen and (max-width: 660px) {

#graph {
	width: 48%;
}

#n03_pc {
	display: block;
}

#n03_mob {
	display: block
}

#s02_pc {
	display: none;
}

#s02_mob {
	display: block
}

#s06_pc {
	display: none;
}

#s06_mob {
	display: block
}

}

/*----------	PC size 6   ---------*/	
		
@media only screen and (max-width: 580px) {

#graph {
	width: 40%;
}


table.s05_data td:nth-child(0n+3) {
	display: none;
}

}








/*----------	Mob size    ---------*/		
		
@media only screen and (max-width: 540px) {

#s01_pc {
	display: none;
}

#s01_mob {
	display: block;
}


#e03_pc {
	display: none;
}

#e03_mob {
	display: block
}





#graph {
	width: 100%;
}

#graph img{
	width: 100%;
	height: 70%;
}

#c12 img {
	width: 100%;
	height: 70%;
}

#spacer1 {
	display: block;
}

#right_block {
	width: 100%;
}

#bottom_block {
	width: 100%;
}

}

@media (max-width: 1196px) {
	.div_search_button {
		margin-left: 70px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1036px) {
	.div_search_button {
		margin-left: 8px;
	}

	.div_date_to label {
		margin-right: 8px;
	}
}

@media (max-width: 696px) {
	.div_search_button {
		margin-left: 2px;
		max-width: 510px; 
		margin-right: 20px;
	}
}

@media (max-width: 510px) {
	#from_year,
	#to_year {
		/* margin-left: 62px; */
	}

	#month1,
	#month2,
	#from_year,
	#to_year {
		width: 100%;
	}
}