/* colours

!
! Text grey: #444c58
! Grey bg: #676d79
! Blue text/out: #708573
! Blue over: #073261
!
!
!
!
!
!

*/

.feed_code {
  font-size: 18px;
  color: pink;
  font-weight: 600;
}

.mob_view, .sharemob
{
	display:none;
}

.BodyMob
{
	display:none;
}
.tdFilter {width:837;}

.div_period_wrap {
	width:650;
	overflow:hidden;
	float:left;
		
}
.div_date_from {
	width:245;
	overflow:hidden;
	float:left;
	
}
.div_date_to {
	width:245;
	overflow:hidden;
	float:left;
}
.div_search_button {
	width:118;
	overflow:hidden;
	float:left;
	margin-top:0px;
}
 
#month1,#month2
{
	margin-right:7px;
}
.move
{
	padding-left:5px;
}
body {
  margin: 0px;
}

td,
th,
p {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  text-align: left;
  line-height: 135%;
}

table {
  border-collapse: collapse;
}

b {
  font-weight: 600;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.table_left {
  padding: 6px 0px 6px 8px;
}

.table_left_no_bottom {
  padding: 6px 0px 0px 8px;
}

.table_left_no_top {
  padding: 0px 0px 6px 8px;
}

.table_center {
  text-align: center;
}

.table_right {
  text-align: right;
  padding: 6px 8px 6px 0px;
}

.rule {
  height: 10px;
  font-size: 01px;
}

.last_rule {
  height: 10px;
  padding-top: 12px;
  font-size: 1px;
}

hr {
  color: #676d79;
  background-color: #676d79;
  height: 1px;
  border: 0px;
  width: 100%;
  margin: 0px;
}

.price {
  font-size: 36px;
  color: #708573;
  font-weight: 600;
  padding-left: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.poweredby {
  font-size: 8px;
  text-align: right;
  padding-right: 8px;
  letter-spacing: 2px;
  height: 0px;
}

a.powered:link,
a.powered:visited {
  color: #666666;
  font-size: 8px;
  text-decoration: none;
  font-weight: 600;
}

a.powered:hover,
a.powered:active {
  color: #999999;
  font-size: 8px;
  text-decoration: none;
  font-weight: 600;
}

.spacer_xs {
  height: 4px;
  font-size: 1px;
}

.spacer_s {
  height: 8px;
  font-size: 1px;
}

.spacer {
  height: 8px;
  font-size: 1px;
}

.spacer_m {
  height: 14px;
  font-size: 1px;
}

.spacer_l {
  height: 18px;
  font-size: 1px;
}

.spacer_xl {
  height: 25px;
  font-size: 1px;
}

a:link,
a:visited {
  color: #708573;
  text-decoration: none;
}

a:hover,
a:active {
  color: #58705b;
  text-decoration: none;
}

/*---- drop-down and checkbox selectors styles starts here ------*/

select {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  text-align: left;
  height: 30px;
  outline: none;
  border: 1px solid #676d79;
  border-radius: 0px;
  cursor: hand;
  padding-left: 10px;
  padding-right: 0px;
  background: url(images/select_arrows.png) no-repeat right #fff;
  background-position-x: calc(100% - 5px);
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select[name="month1"] {
  width: 110px;
}
select[name="month2"] {
  width: 110px;
}

select[name="year1"] {
  width: 75px;
}
select[name="year2"] {
  width: 75px;
}

input {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  height: 30px;
  outline: none;
  border: 0px solid #999999;
  border-radius: 0px;
  cursor: hand;
  padding-left: 0px;
  padding-right: 0px;
}

input[name="search"] {
  width: 75px;
  background-color: #708573;
}

input[name="search"]:hover {
  width: 75px;
  background-color: #58705b;
}

input[name="more"] {
  width: 95px;
  background-color: #708573;
}

input[name="more"]:hover {
  background-color: #58705b;
}

/*---- drop-down and checkbox selectors styles ends here ------*/

/*---- SENS pop-up styles starts here ------*/
body.sens {
margin-top: 20px;
font-family: "Manrope", sans-serif;
}

body.sens div.wrapper{
  /* border: 1px solid red; */
  position: relative;
}

.sens_head {
  font-size: 20px;
  color: #708573;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;  
  margin-bottom: 10px;
  width: calc(100% - 300px);
  padding-left: 20px;
}

.sens_date {
  /* border: 1px solid blue; */
  border-bottom: solid #2a2a2a 1px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  padding-left: 20px;
}

.sens_logo {
  /* border: 1px solid pink; */
  position: absolute;
  right: 0;
  top: 0;
}

.sens_logo img {
  height: 60px;
  margin-right: 10px;
  margin-top:-7px;
}

.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: solid #2a2a2a 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.sens_right {
  border: 0px solid purple;
  text-align: right;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

pre {
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

/*---- SENS pop-up styles starts here ------*/

/* intraday starts here  */

#intraday,
#t03 {
  padding: 20px 20px 36px 20px;
  background-color: #676d79;
  width: 197px;
  border: royalblue;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
}

#intraday td {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

#intraday .code {
  color: #ffffff;
  font-weight: 400;
  font-size: 25px;
  text-align: left;
  margin-top: -8px;
  margin-bottom: 9px;
}

#intraday .move {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  margin-top: -6px;
}

#intraday img {
  width: 15px;
  height: 15px;
}

#intraday .rule {
  height: 10px;
  font-size: 1px;
}

#intraday hr {
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  border: 0px;
  width: 100%;
  margin: 0px;
}

#intraday .price {
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  margin-top: 6px;
}

#intraday .last_traded {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
}

#intraday .last_trade_date {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 10px;
}

#intraday .last_close {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
}

#intraday .last_close_date {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
}

#intraday .last_close_price {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
}

/* 

#intraday .last_update {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
}

#intraday .trade_time {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 2px;
  margin-bottom: -6px;
}

*/

#t03 .left,
#t03 .right {
  color: #ffffff;
  font-size: 13px;
  margin-top: 16px;
  margin-bottom: -4px;
}

#t03 .left {
  text-align: left;
}

#t03 .right {
  text-align: right;
}
/* intraday ends here  */

/* n03 starts here  */

.filter_head {
  color: #708573;
  font-weight: 600;
  text-align: left;
  padding: 6px 0px 3px 6px;
}

.column_head_date {
  color: #ffffff;
  background-color: #808080;
  font-weight: 600;
  text-align: left;
  padding: 6px 0px 3px 6px;
}

.column_head_title {
  color: #000000;
  background-color: #E5E5E5;
  font-weight: 600;
  text-align: left;
  padding: 6px 0px 3px 8px;
}
#n03_pc .day {
  color: #708573;
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  margin-top: -3px;
  margin-bottom: -3px;
}

#n03_pc .month {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
}

#n03_pc .year {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 7px;
}

#n03_pc a:link,
#n03_pc a:visited,
#n03_mob a:link,
#n03_mob a:visited {
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}
#n03_pc a:hover,
#n03_pc a:active,
#n03_mob a:hover,
#n03_mob a:active {
  color: #58705b;
  text-decoration: none;
}

@media only screen and (max-width: 700px) {


.BodyPc
	{
		display:none;
	}
	.BodyMob
	{
		display:inline;
	}
.div_period_wrap {
width:542;
overflow:hidden;
}
.div_date_from {
	width:277;
	overflow:hidden;
	float:none;
}

.div_date_to {
	width:277;
	overflow:hidden;
	float:none;
	margin-left:0px;
	margin-bottom:7px;
}
.moveTo
{
	padding-right:19px;
}
.labelTo
{
	padding-right:28px;
}
.labelFrom
{
	padding-right:18px;
}
.div_search_button {
	margin-left:165px;
	
}
#month1,#month2
{
	margin-right:0px;
}

}


/* n03 ends here  */

/*----------	PC size    ---------*/

#intraday_mob {
  display: none;
}

#n03_select_mob {
  display: none;
}

