﻿@charset "utf-8";
@font-face {
    font-family: 'Gill Sans MT';
    src: url('../fonts/GillSansMT.woff2') format('woff2'),
        url('../fonts/GillSansMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Light.woff2') format('woff2'),
        url('../fonts/GillSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@import url('https://fonts.googleapis.com/css?family=Lato');


body{
	font-family: 'Gill Sans', sans-serif;
	
}





.border {
    border: 1px solid #ccc;
}



a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
	border-bottom: dotted 0px;
	color: inherit;
	outline: 0;
	text-decoration: none;
	color:#202020;
}

a:hover {
	/*border-color: transparent;*/
	text-decoration:none;
	color:#e61b23;
}

p{
	text-align:justify;
}
/* Icon */

.icon {
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon > .label {
	display: none;
}

/** padding & margin classes **/
.p5{ padding:5px; }
.p10{ padding:10px; }
.p15{ padding:15px; }
.p20{ padding:20px; }

.pt5{ padding-top:5px; }
.pt10{ padding-top:10px; }
.pt15{ padding-top:15px; }
.pt20{ padding-top:20px; }
.pt25{ padding-top:25px; }
.pt30{ padding-top:30px; }
.pt35{ padding-top:35px; }

.pb5{ padding-bottom:5px; }
.pb10{ padding-bottom:10px; }
.pb15{ padding-bottom:15px; }
.pb20{ padding-bottom:20px; }

.pl5{ padding-left:5px; }
.pl10{ padding-left:10px; }
.pl15{ padding-left:15px; }
.pl20{ padding-left:20px; }
.pl40{ padding-left:40px; }

.pr5{ padding-right:5px; }
.pr10{ padding-right:10px; }
.pr15{ padding-right:15px; }
.pr20{ padding-right:20px; }

.m5{ margin:5px; }
.m10{ margin:10px; }
.m15{ margin:15px; }
.m20{ margin:20px; }

.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }

.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }

.ml20{ margin-left:20px; }

.mr10{ margin-right:10px; }
.mr20{ margin-right:20px; }

select {
    padding:5px;
    margin: 0;
   
  
}

select::-ms-expand {
    display: none;
}

.searchResult{
	border-top:1px solid #ccc;
	margin:10px 0;
	padding-top:5px;	
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:30px;}
}

label {position:relative}
label:after {
    color:#fff;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:5px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:auto;
	z-index:-1;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#none;
    position:absolute;
    pointer-events:none;
    display:block;
}


/*---------------Meneu Css starts here-------------*/
#ctl00_submenu
	{
		text-align:center;
	}
	#ctl00_submenu ul 
	{
    	list-style: none;
    	padding: 0;
    	margin: 30px 0 20px;
	}
	#ctl00_submenu ul li 
	{
    	display: inline-block;
    	vertical-align: middle;
    	padding: 0 10px;
    	line-height: 14px;
	}	
	#ctl00_submenu ul li a 
	{
    	text-decoration: none;
    	color:#454545;
    	padding: 5px 15px;
    	font-size: 15px;
    	line-height: 40px;
		border: 1px solid #FFF;
		-webkit-transition: .5s;
    	transition: .5s;
	}
	#ctl00_submenu ul li a:hover 
	{
    	color: #eb1924;
	}
	#ctl00_submenu a.active 
	{
    	color: #e61b23;
    	background-color: #fff;
    	border: 1px solid #e61b23;
    	font-weight: 600;
    	pointer-events: none;
	}
/*------------Menu css Ends here--------------------*/


/*dropdown*/
.dropDownArrow{
	border:none;
	color:#444;
	margin-bottom:20px;
	background:url(../images/dropdownArrowGrey.png) no-repeat 98% 50%;
	border:1px solid #ccc;
	font-size:14px;
	min-width:145px;
	padding-right:10px;
}


.dropdownTopRight-text, .dropdownpullleft, #ctl00_cphContent_divStockSelect{
	color:#888;
	font-weight:bold;
}

.dropDownArrow select{
	color:#888;
	-webkit-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 0px 0 #cccccc, 0 -1px #fff inset;
	border-bottom:2px solid #888;	
}

select.dropDownArrow option{
	outline: none;
	border:0px solid #e61b23;
}

select.dropDownArrow option:hover{
	box-shadow: 0px 0px 0px 0px rgba(255,255,0,1);
}

.pageTitle h3{
/*	font-family: 'Poppins', sans-serif;*/
	font-weight: bold;
	font-size: 20px;
	color: #000;
	padding:15px 50px 15px 15px;
	float: left;
	display:none;
}


.figureAlign{
	text-align:right;
}

.nonFigureAlign{
	text-align:left;
}


.tableHeader
{
	background:#ececec !important;
	color:#282828;
	font-weight: bold;
}

table .tableTitle, .table-bordered .tableTitle, .table-hover .tableTitle, .table-striped .tableTitle{
	background:#333;
	color:#fff;	
	text-align:right;
}

.tablesaw thead tr:first-child th{
	font-weight:bold !important;
	
}




.pageTitle h3{
	text-align:center;
	
}

.spacing{
	margin-left:39px;
	
}


span.highstocks-btn:first-child {
    /*border-right: 1px solid #ccc;*/
}

.highstocks-btn a{
	padding-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}

.highstocks-btn a:hover{
	padding-bottom:5px;
	margin-right:10px;
	margin-left:10px;
	color:#015593 !important;
	border-bottom:1px solid #e61b23;
}

 .highstocks-btn a.active{
	padding-bottom:5px;
	margin-right:10px;
	margin-left:10px;
	
	border-bottom:1px solid #e61b23;
}


/* Date picker*/

.ui-widget-content
{
	font-size:14px;
}

.ui-datepicker .ui-datepicker-prev
{
left:5px;
background: url(../img/glyphicons-217-circle-arrow-left.png) no-repeat left center;
height:40px;
width:35px;
}

.ui-datepicker .ui-datepicker-prev:hover
{
background: url(../img/glyphicons-217-circle-arrow-left-hover.png) no-repeat left center;
height:40px;
width:35px;
left:5px;
}


.ui-datepicker .ui-datepicker-next {
background: url(../img/glyphicons-218-circle-arrow-right.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
}

.ui-datepicker .ui-datepicker-next:hover
{
background: url(../img/glyphicons-218-circle-arrow-right-hover.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
	}

.ui-datepicker th{
	color:#2b3991;	
}

.ui-datepicker th:first-child{
	color:#ff0000;	
}

.ui-datepicker td:first-child a{
	color:#ff0000;	
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background:#ed0a28 !important;
	color:#ffffff!important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{

	min-width:0px;
	border: 0px solid #eee;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:#fff;
	color:#333;
	border-radius:0px;
	border:none;
	color:#666666;
	font-size: 14px;
	font-weight:normal;
}

.icon-circle-arrow-left:before, .icon-circle-arrow-left:after{
	content:""!important;
}

.icon-circle-arrow-right:before, .icon-circle-arrow-right:after{
	content:""!important;
}









/** Interactive Stock Chart **/

.interactiveChartIcon .nav > li > a{
	padding:0px;		
}

.interactiveChartIcon{
	margin:0px;
	padding:0px;
	border:0px;
	margin:10px;
}

.interactiveChartIcon .nav-tabs {
  border-bottom: 0px solid #ddd;
  margin-right:20px;	
}

.interactiveChartIcon .nav-tabs > li {
  transition: all .2s ease-in-out;
}

.interactiveChartIcon .nav-tabs > li > a {
  margin:0 1px;
  background:#e3e3e3;
  padding:8px;
   border-radius: 0;
  
}

.interactiveChartIcon .nav-tabs > li > a:hover{
  color: #ffffff;
  cursor:pointer;
  background-color: #e61b23;
  transform: scale(1.2);
  margin:0 6px;
}

.interactiveChartIcon .nav-tabs > li.active > a,
.interactiveChartIcon .nav-tabs > li.active > a:hover,
.interactiveChartIcon .nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #e61b23;
  transform: scale(1.2);
  margin:0 6px;
  border:none !important;
  border-radius: 0;
}

.iconLine{
	background:url(../../cmn/images/interactive-stock-chart/line-chart.png) no-repeat center center;
	padding:14px;
}

.iconLine:hover{
	background:url(../../cmn/images/interactive-stock-chart/line-chart-hover.png) no-repeat center center;
	padding:14px;
}

li.active .iconLine{
	background:url(../../cmn/images/interactive-stock-chart/line-chart-hover.png) no-repeat center center;
	padding:14px;
}


.iconCandleStick{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart.png) no-repeat center center;
	padding:14px;
}

.iconCandleStick:hover{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart-hover.png) no-repeat center center;
	padding:14px;
}

li.active .iconCandleStick{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart-hover.png) no-repeat center center;
	padding:14px;
}

.iconOHLC{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart.png) no-repeat center center;
	padding:14px;
}

.iconOHLC:hover{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}

li.active .iconOHLC{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}


.interactiveChartIcon .durationChart .nav-tabs{
	border:1px solid #ccc;
	margin:0px;
	
}

.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li > a {
	background:none;
	font-weight:normal;	
	color:#666;
	cursor:pointer;
}

.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li > a:hover {
	background:none;
	font-weight:normal;	
	transform: scale(1);
	padding:8px 3px;
	border:none !important;
	color: #e61b23;
}

.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li.active > a {
	background:none;
	font-weight:normal;	
	transform: scale(1);
	padding:8px 3px;
}

.interactiveChartIcon .durationChart .nav-tabs > li > a span, .interactiveChartIcon .durationChart .nav > li > a span {
	margin:0px; padding:0px;

}

.interactiveChartIcon .durationChart .nav-tabs > li.active > a,
.interactiveChartIcon .durationChart .nav-tabs > li.active > a:hover,
.interactiveChartIcon .durationChart .nav-tabs > li.active > a:focus {
	color: #e61b23;
	background:none;
	transform: scale(1);
	text-transform:uppercase;
	font-weight:bold;
}

.interactiveChartIcon .durationChart .nav-tabs > li .durationLabel {background:#e61b23; color:#fff; margin-right:0px;margin-bottom:0px; cursor:default;padding:9px;}

@media (max-width:480px){
	.interactiveChartIcon .durationChart .nav-tabs{
		margin-top:20px;
		width:100%;
		border-left:0px;
		border-right:0px;
	}
	
	.interactiveChartIcon .durationChart .nav-tabs > li .durationLabel {
		display:none;	
	}
	
	.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li > a {
		background:none;
		font-weight:normal;	
		transform: scale(1);
		padding:8px 3px;
	}
	
	span.highcharts-title{
			left:10px!important;
			padding-bottom:25px;
	}
}


/** Pricevolume**/

.priceVolume .nav-tabs > li {
  float: left;
  margin-bottom: 0px;
}
.priceVolume .nav-tabs {border-bottom: 1px solid #ddd;}
.priceVolume .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background:#fff;
  font-weight:bold;
}
.priceVolume .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  font-weight:bold;
  color: #d60315;
}
.priceVolume .nav-tabs > li.active > a,
.priceVolume .nav-tabs > li.active > a:hover,
.priceVolume .nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #d60315;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-weight:bold;
}

.priceVolumeSelection{
	padding:15px 0px;
}

.priceVolumeSelection a{
	margin-right:12px;
}

.priceVolumeTable thead{
	background:#888;
	color:#fff;
}

.priceVolumeTable thead tr td, .priceVolumeTable tbody tr td{
	text-align:right;
}

.ui-datepicker-title select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
	padding:5px 7px !important; 
	
}


.priceUp{
	color:#53a905;
	
}
.priceDown{
	color:#c9041c;
	
}



/** btn **/
.btn {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-transition-duration: 0.4s;
   -moz-transition-duration: 0.4s;
   -o-transition-duration: 0.4s;
   transition-duration: 0.4s;
   /**background:url(../images/registerBtn.png) no-repeat 80px 10px;**/
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  /*opacity: .65;*/
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;  
  background:#e61b23;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus, .btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  	color: #fff;
  	background-color: #ad151b;
  	border: 1px solid #ad151b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #000;
  border-color: #444;
}
.btn-primary .badge {
  color: #189bd7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #189bd7;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}


.monthYearSelection {
	padding-bottom:10px;
	text-align: right;
}
.monthYearSelection:last-child {text-align: left;}
.monthYearSelection label select{
	background:url(../images/dropdownArrowGrey.png) right center no-repeat;
	color:#666;
	border:1px solid #ccc;
	-webkit-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset !important; 
    -moz-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset !important;
    box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset !important;
	min-width:120px;
	padding: 10px;
	background-color: #eee;
}

.monthYearSelection span{
	 width:50px; 
	 display:inline-block;
}

#divInsage, #divEforce {
    display:none;
}

#ctl00_cphContent_ibRefresh {
    width: 100%;
    min-width: 150px;
    max-width: 170px;
    padding: 10px 20px;
    background-image: url(../images/refresh.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    text-align: right;
}

.cal-container {
	    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.cal-container .date-to {padding-top: 10px;}

#ctl00_cphContent_divInput {
	    text-align: center;
    padding: 25px 15px;
    background: #e7e6eb;
    border-bottom: 2px solid #bb2a40;
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
#datepickerFrom {
	float: right;
	position: relative;	
}
#datepickerFrom:after, #datepickerTo:after {
	font-family: 'FontAwesome';
	content: '\f073';
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 10px;
	color: #D60135;
}
#ctl00_cphContent_txtDateFrom, #ctl00_cphContent_txtDateTo {z-index: 1; padding: 20px;}
#ctl00_cphContent_btnExport, 
#ctl00_cphContent_btnExportMonthly{
	 text-align: right;  
    float: right;
    padding: 10px;
    vertical-align: middle;   
    margin-bottom: 20px;
}

#ctl00_cphContent_txtDailyLabel, #ctl00_cphContent_txtMonthlyLabel {
	  display: inline-block;
    vertical-align: middle;
    padding-bottom: 20px;
    width: 80%;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled]{
	background: #d60315 !important;
}

#ctl00_cphContent_btnSearch, #ctl00_cphContent_divInput .btn-sec-cont .btn{
	padding: 10px;
	width: 100%;
  max-width: 129px;
}


   
   
@media (max-width:320px){
	
	.highstocks-btn a{
	padding-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	font-size:11px;
}
	
}
