html,
body,
p {
	font-family: "Inter", sans-serif;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    display: none;
}



body {
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	position: relative;
	min-height: 100vh;
}

body[pagename='homepage']{
    position: inherit;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #d6d6d6 !important;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #d6d6d6 !important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #d6d6d6 !important;
}

::-moz-selection {
	/* Code for Firefox */
	color: #ffc107;
	background: #000 !important;
}

::selection {
	color: #ffc107;
	background: #000 !important;
}


/*Header Styles */

.companylogo img {
	width: 85px;
	height: auto;
	margin: 11px 0 0 20px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-bottom: 4px solid #FFC107;
	margin-right: 7px;
}

.companylogo {
	height: auto;
	padding: 3px 15px;
	float: none;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.companylogo::after {
    content: " beta";
    color: #8d8d8d;
    font-size: 15px;
    line-height: 38px;
    padding-bottom: 3px;
    text-decoration: none !important;
    cursor: default;
}


a.companylogo:hover {
    text-decoration: none;
}

header.topheader {
	width: 100%;
	height: 57px;
	z-index: 1001;
	background-color: #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}


/* auto complete style */

.autocomplete-selected {
	background-color: #ececec;
	cursor: pointer;
}

.autocomplete-no-suggestion {
    padding: 14px;
}

.autocomplete-group {
	background: #ffffff;
	font-size: 10px;
	height: 22px;
	padding: 0;
	padding-left: 10px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-top: 1px dotted #a9a2a2;
	border-bottom: 1px dotted #a9a2a2;
}

.autocomplete-suggestions {
	/* padding: 16px; */
	line-height: 20px;
	font-family: "Inter", sans-serif;
	/* padding-left: 60px; */
	font-size: 15px;
	/* width: 100% !important; */
	/* border: 1px solid #ececec; */
	border-top: 0;
	overflow: auto;
	overflow-x: hidden;
	margin-top: 3px;
	box-shadow: 0 3px 8px rgba(220, 220, 220, 0.64);
	margin: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	background: #fff;
	max-height: 200px;
	z-index: 10001 !important;
}

.autocomplete-suggestion {
	/*   padding-bottom: 3px;
    padding-top: 3px;*/
	padding: 1px;
	padding-left: 25px;
	padding-bottom: 7px;
	padding-top: 7px;
	cursor: pointer;
	padding-right: 9px;
}


/* end autocomplete style */


/* Summary stats */

.summarystats {
	margin-top: 30px;
}

.financeobj {
	display: inline-block;
	margin-right: 40px;
}

.theheadervalue {
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 12px;
	color: #7c7c7c;
}

.theheaderdetailvalue {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 22px;
	color: #000;
}

.mybody {
	padding: 0;
	margin-left: -15px;
	margin-right: -15px;
}


/* Search Styles */

.searchiconhead {
	display: inline-block;
	width: 74px;
	vertical-align: top;
	height: 58px;
	margin-left: -26px;
  padding: 16px 25px 20px 25px;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.textboxyhead {
	position: relative;
	display: inline-block;
  width: 50px;
  min-width: 10px;
	height: 50px;
	overflow: hidden;
	-webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

.sliding-search-widget {
	position: absolute;
	right: 40px;
	-webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	top: 0;
	display: inline-block;
}

.sliding-search-widget.showmetheline {
	background: #fff;
	z-index: 1000001;
}

.showmetheline .textboxyhead {
	width: 300px;
	overflow: visible;
	display: inline-block;
}

.specialnono2 {
	background: transparent;
	border-top: transparent !important;
	border-left: transparent !important;
	border-right: transparent !important;
	border-bottom: transparent !important;
	font-weight: 400;
	color: #040404;
	box-shadow: none !important;
	border-radius: 0;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 18px;
	padding-bottom: 0;
	height: 100%;
	padding-top: 11px;
	padding-left: 44px;
	width: 100%;
	-webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;

}

.sliding-search-widget.showmetheline:after {
	background-color: #e5e5e5;
	content: "";
	display: block;
	height: 1px;
	margin-top: -6px;
	width: 100%;
}

.outside {
	/* padding: 20px 40px; */
	/* max-width: 1400px; */
	margin-left: -2%;
	margin-right: -2%;
}

.theheadervalue2 {
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 14px;
	color: #7c7c7c;
	color: #020202;
	line-height: 18px;
	padding-bottom: 15px;
}

.subtab-content {
	padding-top: 30px;
	display: inline-block;
	width: 100%;
}

.subtab-content[subpart="operational-metrics"] {
    margin-top: 60px;
	  padding-bottom: 60px;

}

.lastsubsection{
   margin-bottom: 26vh;
}


.companysummary.automargin {
	padding-top: 28px;
	width: 90%;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}

/* Coming Soon Styles */
img.ihd {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 171px;
    opacity: 0.9;
    padding-bottom: 34px;
}

.companyname1 {
    font-family: "Inter",sans-serif;
    font-size: 29px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
}

.comingsoon {
    text-align: center;
    margin-top: 15vh;
    font-size: 20px;
    font-weight: 400;
    min-height: 80vh;
    font-family: "Inter",sans-serif;
}

.comingsoontxt {
    color: #767676;
}

/* Index Page Style */

.automargin {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.searchbloc:after {
	background-color: #e5e5e5;
	content: "";
	display: block;
	height: 1px;
	margin-top: 3px;
	width: 100%;
}

.frontsearchdiv.automargin {
	width: 90%;
	max-width: 600px;
	margin-top: -60px;
}

.middlesearch {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.cellta {
	display: table-cell;
	vertical-align: middle;
}

.middlesearch .searchiconhead {
	width: 88px;
}

.homepageheader.topheader {
	box-shadow: none;
}

.frontsearchdiv .textboxyhead {
	width: 100%;
	height: 64px;
}


.frontsearchdiv input {
	font-size: 28px !important;
	line-height: 35px;
	padding-left: 62px;
	height: 64px;
	letter-spacing: 1px;
}

.homepage .autocomplete-suggestions {
	line-height: 42px;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 24px;
	border-top: 0;
	overflow: auto;
	overflow-x: hidden;
	margin-top: 3px;
	box-shadow: 0 3px 8px rgba(220, 220, 220, 0.64);
	background: #fff;
}

.homepage .autocomplete-suggestion {
	padding: 5px;
	padding-left: 60px;
	cursor: pointer;
}


/* Page Headers */

.companyh1 {
	font-family: "Inter", sans-serif;
	font-size: 29px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: capitalize;
}


span.tickersmall {
    font-weight: 400;
    color: #999595;
    margin-left: 7px;
    font-size: 15px;
}



/* Accordion Styling */

.toprow-item {
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
	color: #060606;
	display: inline-block;
	/* margin-right: 50px; */
	margin-right: 2%;
	/* float: left; */
	padding-bottom: 10px;
	transition: .1s ease-in-out;
	cursor: pointer;
}

.tabhead {
	background: #fff;
	z-index: 1001;
}


ul.tabul {
	font-family: "Inter", sans-serif;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 0;
	overflow: auto;
	white-space: nowrap;
}

tr[isempty='yes'], tr[isempty='yes'] .opunits.tableubut {
    color: #cbcbcb !important;
}
.companyname.stickucom {
	display: none;
}


#opmetrics-search-results .autocomplete-suggestions {
    margin-top: 35px;
}

#opmetrics-search-results .autocomplete-suggestion {
    padding-left: 13px;
}

#salesbreakdown-table tr[isempty='yes'] {
    color: #000 !important;
}

#salesbreakdown-table tr[isempty='yes'] .fa-line-chart, #salesbreakdown-table tr[isempty='yes'] .emptycol .lightgrey {
    visibility: hidden;
}


hr.slidey-main,
hr.slidey-sub {
	height: 3px;
	margin: 0;
	background: #ffc107;
	border: none;
	transition: .3s ease-in-out;
	position: absolute;
	/* margin-top: 27px; */
	width: 100px;
}

hr.slidey-sub.financials {
	width: 35px;
}

hr.slidey-sub.overview {
	width: 44px;
}

.toprow {
	margin-top: 40px;
	border-bottom: 1px solid #dedddd;
	overflow-y: auto;
	background-color: #fff;
}

.subrow-item {
	font-family: "Inter", sans-serif;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0.4px;
	font-size: 17px;
	color: #777575;
	display: inline-block;
	margin-right: 50px;
	margin-right: 2%;
	/* float: left; */
	padding-bottom: 11px;
	transition: .1s ease-in-out;
	cursor: pointer;
}

ul.subtabul {
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: auto;
	white-space: nowrap;
}

#subtabs {
	margin-top: 10px;
	border-bottom: 1px solid #dedddd;
	overflow-y: auto;
	background-color: #fff;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
	padding-left: 60px;
	padding-right: 60px;
}

.companyname.stickucom {
	position: fixed;
	top: 0;
	list-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Inter", sans-serif;
	color: #000;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 7px;
}



.sticky .subrow-item {
	font-size: 14px;
	padding-bottom: 7px;
}

.sticky .toprow-item {
	font-size: 12px;
	padding-bottom: 8px;
}

.isstucktotop .sliding-search-widget {
	position: fixed;
	z-index: 1001;
}

.tabul::-webkit-scrollbar,
.subtabul::-webkit-scrollbar {
	display: none;
}

.toprow-item.activetab {
	font-weight: 500;
}

.subrow-item.activesubtab {
	font-weight: 500;
	color: #060606;
}

.hidden {
	display: none;
}

.tabbody {
	position: relative;
	overflow: visible;
}

.sticky+.tabbody {
	padding-top: 200px;
}

.subtab-content-dummy {
	border-bottom: 0 solid;
	padding-top: 30px;
	display: block;
}


/* PieChart DrillDown CSS */

.subtab-content text {
	font-family: "Inter", sans-serif;
	color: #353434;
	font-size: 16.71px;
	line-height: 31px;
}

.chartname {
	color: #000;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	display: inline;
	line-height: 31px;
	/*width: 100%;*/
	text-overflow: ellipsis;
	/*  white-space: nowrap;
            overflow: hidden;*/
}

.charttype {
	display: inline;
	margin-left: 3px;
	color: #7f7e7e;
	font-size: 12px;
}

.breadcrumb-list {
	padding-top: 5px;
}

.mybreadcrumb {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	color: #8c8888;
	cursor: pointer;
	font-weight: 500;
}

span.prevlevel.mybreadcrumb:hover {
	text-decoration: underline;
}

span.prevlevel.mybreadcrumb:after {
	content: " > ";
}

span.currlevel.mybreadcrumb {
	color: #2d2c2c;
	font-weight: 500;
	cursor: default;
}

.tabbedsection {
	margin-top: 0px;
	padding-bottom: 0;
	position: relative;
	white-space: nowrap;
	overflow: auto;
	font-size: 14px;
}

span.tabbyy {
	margin-right: 23px;
	cursor: pointer;
	/* height: 100px; */
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 20px;
}

span.tabbyy.activetab {
	font-weight: 500;
}

.tabscroll {
	overflow-y: auto;
	border-bottom: 1px solid #d6d4d4;
	overflow-x: hidden;
}

.tabbedsection::-webkit-scrollbar {
	display: none;
	width: 0;
}

.tabscroll.nodata {
	border-bottom: none;
}

.mytooltip {
	padding: 10px;
	line-height: 20px;
	min-width: 250px;
	font-family: "Inter", sans-serif;
}

.google-visualization-tooltip {
	margin-left: 0 !important;
	z-index: +1;
}

svg>g>g:last-child {
	pointer-events: none
}

div.google-visualization-tooltip {
	pointer-events: none
}

text.addhyperlink {
	text-decoration: underline;
	font-weight: 500;
	fill: #2722ad;
	cursor: pointer;
}

.addhyperlink>g:first-child>text {
	text-decoration: underline;
	font-weight: 500;
	fill: #2722ad;
	cursor: pointer;
}

.nameofpop {
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 600
}

.nameofrev {
	font-weight: 400;
	font-size: 16px;
}

.percentval {
	font-weight: 600;
	font-size: 16px;
}

.units {
	text-align: right;
	color: #4c4c4c;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 10px;
	float: right;
}

.graphout {
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
	margin-bottom: 50px;
	box-shadow: 0 0 15px 0 rgba(158, 158, 158, 0.17);
	padding-top: 26px;
}

.graphout.col-md-6-old {
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
	overflow: hidden;
	float: left;
}

.pei {
	width: 100%;
	max-width: 100%;
	height: 400px;
	margin-top: 60px;
}

.nameandother {
	position: absolute;
	width: 100%;
	padding-right: 69px;
	z-index: 1000;
}

.activeyellow {
	width: 101px;
	background: #FFC107;
	height: 3px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1000;
}

.bottommenu {
	text-align: center;
	color: #676767;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	position: absolute;
	bottom: 20px;
	width: 100%;
	margin-left: -6%;
}

.bottombuttons {
	border-bottom: 1px dotted #4a4a48;
	color: #676767;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	display: inline-block;
	cursor: pointer;
	padding-top: 20px;
}

.bottombuttons.switchit.activebutton-bottom {
    border-bottom: 0px;
    font-weight: 500;
    color: #2c2c2c;
		cursor: default;
}

.divide {
	margin-right: 10px;
	margin-left: 10px;
}


.disabledhistoric{
    cursor: not-allowed;
    border-bottom: 1px dotted #fffffe;
    color: #bfbfbf;
}

/*  .graphout.isstockactive .bottommenu{
            width: auto;
                position: relative;
            }*/

.graphout {
	height: 500px;
}


/* Region Selector Styles */
.regionchanger {font-family: "Inter";left: 20px;position: fixed;bottom: 15px;z-index: 10001;}

.region-label {
	 display: inline-block;
}
.region-sel {
	 display: inline-block;
	 position: relative;
}

.select2-container{
 min-width: 90px;
}

.region-sel span.select2-selection.select2-selection--single {
	 border: none;
	 padding-left: 10px;
	 height: 25px;
	 padding-right: 5px;
	 outline: none !important;
}

.region-sel .select2-container--default .select2-selection--single .select2-selection__rendered {
	  font-size: 17px;
    line-height: 26px;
}

.region-sel span#select2-region-md-container {
	 font-size: 16px;
	 line-height: 23px;
}

.region-sel .select2-container--open .select2-dropdown{
	 left: 0px !important;
}

.select2-container--open span.select2-selection.select2-selection--single {
    border-top: 1px solid #aaa !important;
}


body[pagename='homepage'] .footer {
	 display: none;
}

.region-sel .select2-results__option--selectable {
	 padding-left: 17px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	 background-color: #ececec !important;
	 color: #272727 !important;
}


/* Modal Chart */
h5#modalChartPopUpLongTitle {
    font-family: "Inter",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    color: #020202;
	padding-bottom: 20px;
	line-height: 20px;
}


div#modalChartPopUp .modal-dialog {
    max-width: 800px !important;
}

div#modalChartPopUp .modal-body {
	padding: 0;
	position: relative;
}

div#modalChartPopUp .modal-header, .modal-footer {
    border-bottom: none;
    border-top: none;
}


.modal-sb-hierarchy:after {
	content: " > ";
	margin-left: 4px;
	margin-right: 4px;
	}

.modal-sb-hierarchy:last-child:after {content: "";}

.modal-sb-hierarchy {
    color: #6e6e6e;
    font-weight: normal;
    display: inline-block;
		text-transform: none;
		letter-spacing: 0.2px;
		font-size: 14px;
		margin-top: 4px;
}

.mainheadingsb.newlinesb {
    display: block;
}

.mainheadingsb.newlinesb:after {
	content: "";
}


.modal-sb-hierarchy:last-child {
    color: #000;
    font-weight: 600;
}


.mylegend2 {
    display: inline-block;
    vertical-align: middle;

}

.legendouter {
    display: block;
    margin: 0px 14px;
    margin-top: -26px;
    padding: 0px 5px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.myspecianote {
	color: #a4a4a4;
	font-size: 12px;
	margin-top: 6px;
}

.myspecianote:before {
	content: "Note: ";
}

.modalauto {
    display: inline-block;
    height: 33px !important;
    padding-top: 0px !important;
    vertical-align: middle;
}

.modalauto .textboxyhead {
    height: 34px;
    border-bottom: 1px solid;
    width: 180px !important;
}

.modalauto .specialnono2 {
    display: block;
    height: 34px;
    padding-left: 12px;
    padding-top: 0px;
    font-size: 16px !important;
}

div#answers {
    margin-top: 34px;
}

div#answers .autocomplete-suggestion {
    padding-left: 10px;
    font-size: 15px;
}

div#answers .autocomplete-suggestions{
	top:0px;
}

#modalpop-chart .highcharts-container {
    height: 330px !important;
}

.modal-content {
    padding: 0px 20px;
}

.legendRemove {
	  display: inline-block;
    color: #cbcbcb;
    cursor: pointer;
    padding: 0px 10px;
}


button.close {
    position: absolute;
    top: 0.5px;
    right: 0.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /* z-index: 100000001; */
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
    outline: none;
    opacity: 1;
}

.mainheadingsb {
    display: inline-block;
}

.mainheadingsb:after {
     content: "-";
     margin-left: 4px;
     margin-right: 4px;
}


/* Stock Chart CSS */

g.highcharts-input-group,
g.highcharts-navigator,
text.highcharts-credits,
g.highcharts-scrollbar,
g.highcharts-range-selector-buttons,
g.highcharts-legend {
	display: none;
}

li.zoombtn {
	display: inline-block;
	background-color: #ffffff;
	cursor: pointer;
	width: 31px;
	height: 22px;
	text-align: center;
	vertical-align: top;
	line-height: 21px;
	margin: 0 1.5px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Inter", sans-serif;
}

ul.stock-zoom {
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #dedddd;
	margin-bottom: 0;
}

li.zoombtn.activezoom {
	font-weight: 700;
	background-color: #ffffff;
	border-bottom: 3px solid #ffc108;
	padding-bottom: 21px;
}

.mylegend {
	margin-top: -65px;
}

.legenditem {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.legendname {
	display: inline-block;
	margin-left: 6px;
	font-size: 12px;
}

.legenditem i.fa.fa-circle {
	width: 10px;
	font-size: 12px;
}

.stockchart {
	width: 100%;
	max-width: 100%;
	height: 400px;
}

.chartbody {
	padding-top: 80px;
}


.sidemenu-header {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 13px;
    margin-bottom: 10px;
}


.metrichierarchy li.indent1 {
    margin-left: 20px;
}

.metrichierarchy li.indent2 {
    margin-left: 50px;
}

.metrichierarchy li.indent3 {
    margin-left: 100px;
    list-style: none;
}

.metrichierarchy li.indent4 {
    margin-left: 120px;
    list-style: none;
}

.metrichierarchy li {
    list-style: none;
}

.metrichierarchy li[state="open"], .metrichierarchy li[state="close"]{

  cursor: pointer;
}
.plusminus[state="open"]:after {content: "-";}

.plusminus[state="close"]:after {content: "+";}


.mysidemenu li {
    font-size: 14px;
    line-height: 12px;
    position: relative;
    font-family: "Inter",sans-serif;
    padding: 7px 0;
		cursor: pointer;
}

.metrichierarchy i.fa.getmetricdata.fa-circle-o {
    cursor: pointer;
}

.page-container {
    padding: 40px;
}

.getmetricdata, fa.getmetricdata {
    display: table-cell!important;
    vertical-align: middle;
}


.popover-header {
    font-weight: 500;
    font-family: "Inter",sans-serif;
    font-size: 15px;

}

.popover {
    font-family: "Inter",sans-serif;
}


div#op-metrics-selector {
    /* border-top: 1px solid #dedddd; */
    display: inline-block;
    width: 100%;
    border-bottom:  1px solid #dedddd;
}

.titleofselected {
    border-bottom: 1px solid #dedddd;
    border-top: 1px solid #dedddd;
    padding: 3px 0;
}

.titleofselected.peersvisible {
    padding-bottom: 0px;
}

.mysidemenu {
  vertical-align: top;
    background-color: #fafafa;
    width: 23%;
    /* margin-top: 10px; */

    display: table-cell;
}

.sidemenu-scroll{

  max-height: 450px;
  min-height: 450px;
  overflow-y: auto;
  padding-left: 20px;
    float: none;
  margin-bottom: 0;
  padding-top: 25px;

}
.bodyofgrpahwidget {
    display: table;
    width: 100%;
      min-height: 350px;
			table-layout: fixed;
}

.graphholder {
    width: 77%;
    display: table-cell;
    padding-right: 20px;
}

.fa-circle-o.getmetricdata {
    color: #c3c3c3;
}


.nameofmetric {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 17px;
}

span.plusminus {
      display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 17px;
}

span.opunits:before {content: "(";}

span.opunits:after {content: ")";}

.nameofmetric2.selectedMetricName {
    margin-top: 2px;
    font-weight: 600;
    font-size: 15px;
    /* border-bottom: 1px dotted #a3a3a3; */
    margin-left: 2px;
    height: 14px;
    display: inline-block;
}

.selectedMetricName .units {
    margin-left: 10px;
    padding-top: 1px;
    text-align: center;
    font-size: 13px;
}

.infoico3.specialinfo {
    padding-top: 0;
    display: inline-block;
    vertical-align: text-top;
    font-size: 15px;
    color: #404040;
    cursor: pointer;
    outline: none !important;
    padding-left: 10px;
}

.salesinfoicon {
    display: inline-block;
    vertical-align: text-top;
    font-size: 15px;
    color: #404040;
    cursor: pointer;
    outline: none !important;
    padding-left: 2px;
    line-height: 20px;
}


ul.metrichierarchy {
    margin: 0;
    padding: 0;
}


button.btn.dropdown-toggle {
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 9px;
    font-family: "Inter",sans-serif;
    color: #000;
    margin-top: 0;
}

.mssectdrop{
  display:none;
}


.menuswitch {
    display: block;
    float: right;
}

.menuiteme {
    display: inline-block;
    font-size: 18px;
    color: #dedddd;
    cursor: pointer;
}
.inlineheader{
    display: inline-block;
}

.menuiteme:first-child:after {content: "|";margin: 10px;color: #dedddd;}

.menuiteme.isactivemenu {
    color: #000;
}

.specialmenu {
    display: inline-block;
    margin-left: 20px;
}

.subsubmenuitem {
    display: inline-block;
    margin-right: 20px;
    margin-left: 5px;
		cursor: pointer;
}

.theheadervalue2.inlineheader {
    padding-bottom:0;
}

.subsubmenuitem.activemenusub {
    border-bottom: 2px solid #ffc006;
    padding-bottom: 5px;
    font-weight: 500;
}

.tableview.opsections {
    border-top: 1px solid #e2e0e0;
      overflow: auto;

}

.optables {
    width: auto;
    min-width: 1000px;
}


span.opunits.tableubut {
    font-size: 10px;
    color: #525050;
    padding-right: 12px;
}

.optables tbody tr td.opnumericvalue {
    text-align: right;
    padding: 2px 16px !important;
	min-width: 80px;
	font-size: 14px;
}

.fintable tbody tr td.numericvalue {
	box-sizing: content-box;
	letter-spacing: 0px;
	font-size: 14px;
	padding: 2px 16px !important;
	text-align: right;
}


.plusminustable[state="close"]:after {
    content: "+";
}

.plusminustable[state="open"]:after {
    content: "-";
}

span.plusminustable, .showhand {
    cursor: pointer;
}

.optables tr[state="open"] {
    font-weight: 500;
}

.optables {
    color: #353434;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
    border-top:0 !important;
	border:0 !important;
	line-height: 12px;
}

.nameofmetriccol {
	line-height: 12px;
	min-width: 250px;
}

.optables tr.odd {
    background-color: #ffffff !important;
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 5px 6px !important;
    border-bottom: 1px dotted #dad9d9 !important;
    border-top:0 !important;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #fffae8 !important;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr[isempty="yes"]:hover {
    background-color: #ffffff !important;
}


.dummylast {
    width: 90%;
}
/* div#salesbreakdown-table_wrapper .sbnumber {
    min-width: 80px;
} */
div#salesbreakdown-table_wrapper .nameofmetriccol{
  min-width: 200px;
}

div#salesbreakdown-table_wrapper {
    overflow: auto;
}

#salesbreakdown-table_wrapper  td.oprow.firstcol {
    min-width: 225px;
    width: 225px;
    max-width: 225px;
}

#salesbreakdown-table_wrapper  td.indentop2.oprow.firstcol {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
}

#salesbreakdown-table_wrapper  td.indentop1.oprow.firstcol {
    min-width: 200px !important;
    width: 200px !important;
    max-width: 200px !important;
}

.chartcol{
	cursor:pointer;
}


td.indentop1.oprow .nameofmetriccol{
    padding-left: 30px!important;
}

td.indentop2.oprow .nameofmetriccol{
    padding-left: 50px!important;
}

td.indentop3.oprow .nameofmetriccol{
    padding-left: 70px!important;
}

td.indentop4.oprow .nameofmetriccol{
    padding-left: 90px!important;
}

span.lightgrey {
    color: #9e9d9d;
}

.fintable {
	font-family: "Inter",sans-serif;
	letter-spacing: 0.4px;
	font-size: 15px;
	line-height: 15px;
	color: #353434;
}

.optables thead {
    padding:0;
    border-bottom:0;
}

.optables thead tr {
    border-bottom: 1px dotted #dad9d9 !important;
}

.optables thead th {
    padding: 2px 0px !important;
    font-weight: 600 !important;
    font-size: 11px;
    letter-spacing: 1.5px;
    border:0;
    background-color: #f3f3f3 !important;
    text-transform: uppercase;
    background-image: none !important;
    border-bottom: 1px dotted #dad9d9 !important;
		outline: none;
}

.optables tbody {
	border-top:0;
}

.optables tr {
    border:0 !important;
}

.optables tbody {
    border:0 !important;
}


span.extratoplevelparent {
    font-size: 10px;
    margin-left: 7px;
}

span.extratoplevelparent:before {content: "(";}

span.extratoplevelparent:after {content: ")";}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
		left: 0;
}

.footertext {
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 1px;
        border-top: 1px solid #ececec;
        padding: 7px 35px;
        position:relative;
  }
 #feedback-btn {
    position: relative;
}

.footerright {
    position: absolute;
    right: 20px;
    color: #2d2c2c !important;
}

.disclaimer-menu {
    position: relative;
}

a.social:before {
    content: "|";
    font-weight: 100;
    color: #bebebe;

}

a#feedback-btn:before {
    content: "|";
    font-weight: 100;
    color: #bebebe;
    font-size: 16px;
    margin-right: 6px;
}

a.disclaimer-menu:after {
	content: "";
	font-size: 16px;
}

.footerright a{
	 text-decoration: none!important;
	 color: #2d2c2c !important;
	 font-family: "Inter";
	 letter-spacing: 2.5px;
	 font-size: 12px;
	 text-transform: uppercase;
	 font-weight: 500;
	 cursor: pointer;
}

.footerright a.social {
    position: relative;
    font-size: 16px;
}

.footybloc{
    font-family: "Inter";
}



.popover-header .units {
    line-height: 20px;
    margin-left: 7px;
		display: inline-block;
    float: none;
}

.dropdown .selectedMetricName  span.units {
    display: none;
}

/*Styling for peers & source */
.peernamebloc {
    display: inline-block;
    padding-right: 8px;
}

.peersouter {
    padding-top: 5px;
}

td.chartcol.hidden-chartcol i.fa.fa-line-chart {
    visibility: hidden;
}

.peers{
	display: inline-block;
}
.legendpeer{
    display: inline-block;
}

.nameofpeer{
    display: inline-block;
    margin-left: 7px;
}

.removepeer {
    display: inline-block;
    padding: 0px 10px;
    visibility: hidden;
    color: #bfbfbf;
}

.removepeer.isplottted {
      visibility: visible;
}

.removepeer[ispecialdelete="yes"]{
  visibility: hidden;
  padding: 0px;
}

.peernamebloc:first-child .legendplot {
    padding-left: 0px;
}

.shortnameofpeer {
    font-size: 10px;
    display: inline-block;
    margin-left: 5px;
    color: #3e3e3e;
}

.legendplot{
  cursor: pointer;
  padding-top: 1px;
  padding-right: 11px;
  min-width: 10px;
  width: 10px;
}
i.legendplot.fa.fa-circle {
    cursor: default;
}


.sourceforgraph {
      color: #262626;
      border-bottom: 1px dotted;
      display: inline-block;
      cursor: pointer;
      font-family: "Inter",sans-serif;
      font-size: 14px;
      font-weight: 500;
}

.outersource {
    text-align: left;
    margin-top: -25px;
    padding-bottom: 17px;
    z-index: 1;
    display: block;
    position: relative;
}


div#disc-bloc-text {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}

.pagetitle {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.pagebody {
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  padding-top: 30px;
  max-width: 750px;
  padding-left: 20px;
  padding-right: 20px;
}


.feedbackheading {
    color: #000;
    font-weight: 600;
    letter-spacing: 1.2px;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 20px;
    text-align: center;
}


.feedbacksubheading {
    margin-top: 6px;
    color: #909090;
    letter-spacing: .1px;
    line-height: 21px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}

label.formheading {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-family: "Inter",sans-serif;
    font-size: 12px;
    color: #4e4e4e;
}

span.mandatory {
    color: red;
    font-size: 16px;
}

button.bloc-button.btn.btn-d.btn-lg.btn-block.mycustombtnform {
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    background-color: #3bb37b!important;
    font-weight: 600;
    color: #fff!important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    font-family: "Inter",sans-serif;
}


.formcallbackSuccess {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 25%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 26px;
    color: #444242;
    max-height: 300px;
    text-rendering: optimizeLegibility;
}

img.successImg {
    width: 100px;
    padding-bottom: 36px;
}

a#closey {
    margin-top: 58px;
    display: block;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
		cursor: pointer;
}

div#feedbackChartPopUp {
    margin-left: auto;
    margin-right: auto;
}

#feedbackChartPopUp .modal-dialog {
    overflow: initial !important;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

form#form_callback.success {
    max-height: 350px;
}

.toprow-item[part="financials"]::after {
	content: 'New';
    font-size: 8px;
    position: absolute;
    color: #ffc108;
    font-weight: 900;
    padding-left: 3px;
    top: -4px;
}
.toprow-item[part="benchmarking"]::after {
	content: 'New';
    font-size: 8px;
    position: absolute;
    color: #ffc108;
    font-weight: 900;
    padding-left: 3px;
    top: -4px;
}

.small-info-text {
	font-size: 12px;
	line-height: 0.68;
  }


@media all and (max-width:1400px) {
	.chartbody {
		padding-right: 36px;
		padding-top: 80px;
	}
}

@media all and (max-width:1300px) {
	.pei {
		width: 100%;
		max-width: 100%;
		min-width: 500px;
		transform: scale(0.9) translate(-6%, -3%);
	}
	.graphout {
		padding-right: 0;
	}
}

@media all and (max-width:1200px) {
	.pei {
		width: 100%;
		max-width: 100%;
		min-width: 500px;
		transform: scale(0.8) translate(-8%, -10%);
	}
	.chartbody {
		padding-top: 30px;
	}
	.companyh1 {
		font-size: 23px;
	}
}

@media all and (max-width:1100px) {
	.pei {
		width: 100%;
		max-width: 100%;
		min-width: 500px;
		transform: scale(0.7) translate(-14%, -10%);
	}
}

@media all and (max-width:1200px) {
	.pei {
		width: 100%;
		max-width: 100%;
		min-width: 500px;
		transform: scale(0.7) translate(-20%, -10%);
	}
}

@media all and (max-width:992px) {
	.graphout.col-md-6-old {
		margin-left: 2%;
		margin-right: 2%;
		width: 98%;
		overflow: hidden;
		float: none;
		padding: 20px;
	}
	.nameandother {
		position: relative;
		padding-right: 0;
	}
	.pei {
		height: 500px;
		transform: scale(0.8) translate(-8%, -32%);
	}

	.nameofmetric2.selectedMetricName{
		display:none;
	}

 .mssectdrop{
	 display:inline-block;
 }

 .graphholder{
	 width:100%;
 }

 .mysidemenu{
	 display: none;
 }

 .sidemenu-scroll {
	 max-height: 400px;
	 min-height: 400px;
	 overflow-y: auto;
	 padding-left: 0;
	 float: none;
	 margin-bottom: 0;
	 padding-top: 0;
}

.dropdown .sidemenu-scroll {
    max-height: 60vh;
    height: auto;
    min-height: 100px !important;
}


 div#opmetricdropdown {
	 width: 100%;
	 max-width: 300px;
	 padding: 20px 20px !important;
	 margin-top: -5px;
	 max-height: 250px;
	 overflow: auto;
			 min-width: 250px;
}

.dropdown-menu.sector-opm-metrics-style li {
	 font-size: 12px;
	 margin-top: 5px;
	 margin-bottom: 5px;
	 min-height: 25px;
}
}

@media all and (max-width:820px) {
	button.close{
	 right: 20px;
	}
 }

@media all and (max-width:786px) {
	.searchopen a.companylogo {
		opacity: 0;
	}
  .specialnono2{
    font-size: 16px;
  }
	.companysummary.automargin {
		padding-top: 28px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.mybody {
		padding: 20px;
	}
	.sticky {
		padding-left: 10px;
		padding-right: 10px;
	}
	.subrow-item {
		margin-right: 20px;
	}

	#modalpop-chart .highcharts-container {
    height: 230px !important;
	}

	.modal-dialog.modal-dialog-centered {
	    margin: 20px;
	}

	.modal-content {
	    padding: 0px 0px;
	}
}

@media all and (max-width:600px) {
	.pei {
		width: 100%;
		max-width: 100%;
		min-width: 500px;
		transform: scale(0.7) translate(-20%, -30%);
	}
	.chartname {
		font-size: 12px;
	}
	.mybreadcrumb {
		font-size: 9px;
		line-height: -2px;
	}
	.breadcrumb-list {
		padding-top: 9px;
		line-height: 12px;
	}
	.tabbedsection {
		margin-top: 5px;
		font-size: 10px;
	}
	.activeyellow {
		top: 29px;
	}
	.companysummary {
		padding-left: 0;
		padding-right: 0;
	}
	.summarystats {
		margin-top: 18px;
	}
	.mybody {
		padding-top: 0;
	}
  .homepage .mybody {
    padding: 0;
   }
	.theheadervalue {
		font-size: 10px;
	}
	.theheaderdetailvalue {
		font-size: 15px;
		letter-spacing: 0.2px;
	}
	.specialmenu {
		display: block;
		margin-left:0;
		width: 100%;
}

.menuswitch.specialmenuactive {
	/*  margin-top: -27px;*/
		margin-top: -27px;
		float: none;
		right: 0;
		position: absolute;
}

.subsubmenuitem {
		margin-right: 10px;
		margin-left:0;
		padding-bottom:0;
}

.subsubmenuitem.activemenusub {
		padding-bottom:0;
}

.menuiteme {
		font-size: 15px;
}

.firstcol {
		max-width: 150px !important;
}

.opsections th.firstcol {
	width: 150px !important;
}

.footer div#bloc-3 {
    text-align: center !important;
}

span.footermenu {
    display: block;
    padding-bottom: 12px;
    position: relative !important;
    text-align: center;
}

a.social {
    position: relative !important;
    right: auto;
    left: auto;
}

.pagebody {
font-size: 14px;

	padding-top: 15px;
}

.tijoricopy {
	padding-top: 0px;
display: block;
font-size: 10px;
padding-bottom: 4px;
 }



 .footerright {
    position: relative;
    left: auto;
    right: auto;
}

 .pagetitle {
	 text-align: center;
	 font-size: 15px;
	 font-weight: 600;
	 color: #000000;
	 letter-spacing: 2px;
	 text-transform: uppercase;
 }

 div#disc-bloc-text {
	padding-top: 30px;

}



}

@media all and (max-width:500px) {
	.chartbody {
		padding-right: 0;
		padding-top: 30px;
	}

  .frontsearchdiv input::-webkit-input-placeholder {
   font-size: 16px;
   line-height: 23px;
  }

  .autocomplete-no-suggestion {
    font-size: 15px;
  }

	.showmetheline .textboxyhead {
		width: 100%;
	}
	.sliding-search-widget {

    right: 0;
	}
	.sliding-search-widget.showmetheline {
		padding: 0 20px;
		width: 100%;
		right: 0;
	}
	/* Index Styles */
	.homepage .autocomplete-suggestion {
		padding-left: 11px !important;
		font-size: 14px;
		padding: 0;
		padding-bottom: 1px !important;
		padding-top: 1px !important;
	}
	.homepage .autocomplete-suggestions {
		padding-top: 0;
		/* margin-top: -8px; */
		line-height: 30px;
	}
	.frontsearchdiv input {
		padding-left: 40px;
		font-size: 16px !important;
		height: 40px;
    line-height: 16px;
	}
	.middlesearch .searchiconhead {
		width: 72px !important;
		height: 25px;
		margin-top: -5px;
	}
	.frontsearchdiv .textboxyhead {
		height: 40px;
	}
	.frontsearchdiv.automargin {
		margin-top: -60px;
	}
	.pei {
		max-width: 100%;
		min-width: 500px;
		transform: scale(0.6) translate(-27%, -50%);
	}
	.graphout {
		height: 450px;
		padding-right: 30px;
		padding-left: 30px;
	}
	.graphout.isstockactive {
		height: auto;
	}
	.graphout .sourcelink {
		text-align: center;
		transform: translate(0%, -158px);
	}
}

@media all and (max-width:440px) {
	.pei {
		width: 100%;
		max-width: 100%;
		min-width: 500px;
		transform: scale(0.6) translate(-34%, -56%);
	}
	.graphout .sourcelink {
		text-align: center;
		transform: translate(0%, -198px);
	}
	.small-info-text {
		line-height: 1;
	}
}

@media all and (max-width:400px) {
	.pei {
		width: 100%;
		max-width: 100%;
		min-width: 500px;
		transform: scale(0.5) translate(-46%, -56%);
	}
	.graphout .sourcelink {
		text-align: center;
		transform: translate(0%, -198px);
	}
}

@media all and (max-width:330px) {
	.pei {
		width: 100%;
		max-width: 100%;
		min-width: 500px;
		transform: scale(0.4) translate(-61%, -40%);
	}
}

@media all and (max-width:310px) {
	.pei {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		transform: none;
	}
	.graphout .sourcelink {
		text-align: center;
		transform: translate(0%, 0);
	}
}

/* table.dataTable td {
	box-sizing: content-box !important;
} */

table.dataTable td.indexop2 div{
	padding-left: 20px !important;
}
table.dataTable td.indexop3 div{
	padding-left: 40px !important;
}
table.dataTable td.indexop4 div{
	padding-left: 60px !important;
}
table.dataTable td.indexop5 div{
	padding-left: 80px !important;
}
table.dataTable td.indexop6{
	padding-left: 100px !important;
}

.fintable .unit {
	text-align: right;
    color: #4c4c4c;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 10px;
	float: right;
	padding: 0 16px;
}

.toprow-item a {
	color: inherit;
	text-decoration: none;
}

.viewtoggle {
	display: inline-block;
    list-style: none;
    padding: 0px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.4px;
    color: #777575;
    padding-left: 20px;
}

.viewtoggleitem {
	display: inline-block;
	padding: 0px 10px;
	cursor: pointer;
}

.activeview {
	font-weight: 500;
    color: #000;
    border-bottom: 2px solid #ffbf00;
}

.treeTable-cont, .sharePrice-cont {
	min-height: 20vh;
	background-color: rgba(243, 243, 243, 0.7);
}

.optables thead th.know-header {
	text-align: right;
	padding: 2px 16px !important;
}

.dataTables_wrapper {
	overflow: auto;
}

.oprow.firstcol {
	word-wrap: break-word;
}

.range-selector ul{
	list-style: none;
	border-bottom: 1px solid #dedddd;
	padding: 0;
	margin: 0 10px;
	font-size: 12px;
}

.range-btn {
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-family: "Inter";
	display: inline-block;
	padding: 0.15rem 0.7rem;
}

.active-range {
	font-weight: 700;
	border-bottom: 2px solid #ffc108;
}

.modal-header {
	padding: 0;
}

.modal-content {
	border-radius: 8px;
	padding: 15px 30px;
}

.compr-companies-list {
	list-style: none;
	font-size: 12px;
	padding: 0 !important;
	display: inline-block;
	margin: 0;
}

.compr-companies-list li{
	position: relative;
	display: inline-block;
	padding-right: 28px;
	padding-left: 4px;
	line-height: 35px;
}

.compr-companies-list li i{
	padding-right: 9px;
}

.companies-block {
	border-bottom: 1px solid #dedddd;
	margin: 0 10px;
}

.compr-companies-list i.fa-times {
	color: #bfbfbfcc;
	font-size: 15px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.compr-companies-list .companies-list-item.peers .fa-circle-o{
	cursor: pointer;
} 

.chart-title-yq {
	font-weight: 400;
    color: #464343;
    text-transform: none;
    letter-spacing: 0.5px;
    font-size: 12px;
    padding: 0px 6px;
}

.dom-factor {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: #020202;
	padding-bottom: 15px;
}

.dom-factor::before {
	content: '\2022';
    color: #ffc107;
    font-size: 30px;
    position: absolute;
	left: -27px;
}

.dom-factor-tooltip {
    color: #404040;
    cursor: pointer;
	outline: none !important;
	padding-left: 10px;
}

span.iscause::before {
    content: '\2022';
    color: #ffc107;
    font-size: 17px;
    margin-left:-18px !important;  
}

.chart-alert {
	position: absolute;
	top: 10%;
	left: 10%;
	font-weight: 500;
	color: #020202
}

.sharePrice-datum {
	font-size: 23px;
    margin-top: 9px;
	padding-bottom: 10px;
	margin-bottom: 18px;
	line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
}

.coming-soon {
    text-align: center;
    margin-top: 3.4rem;
    font-size: 20px;
    font-weight: 400;
    font-family: "Inter",sans-serif;
}

.coming-soon img {
    display: block;
    margin: auto;
    width: 171px;
    opacity: 0.9;
    padding-bottom: 34px;
}

.coming-soon .company-name {
    font-size: 29px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
}

.coming-soon .info-text {
	color: rgba(0,0,0,.5);
}

.region-selector-cont.usa {
	position: fixed;
	bottom: 25px;
	left: 35px;
	padding: 8px 16px;
	border-radius: 50vh;
	box-shadow: 0 0 3rem 0.4rem rgba(0,0,0,.1);
	width: 62px;
	overflow: hidden;
	cursor: pointer;
	border: solid 1px black;
}

.region--selector {
	width: 110px;
}

.region-selector-cont:hover {
	width: 110px;
	transition: width 0.4s ease-in-out;
}

.region--selector .us{
	color: #5c5c5c;
	text-decoration: underline;
	padding-right: 11px;
}

.region--selector .india {
	padding-right: 16px;
}

.region--selector .india:hover {
	text-decoration: underline;
}

.region--selector .angle-right {
	width: 12px;
	border-right: 50vh;
	position: absolute;
	right: 0px;
	top: 46%;
	transform: translateY(-50%);
	background: white;
	font-size: 20px;
	font-weight: 600;
}

.region--selector a {
	color: #5c5c5c;
}

@media all and (max-width:440px) {
	.sharePrice-datum {
		font-size: 18px;
		margin-bottom: 12px;
	}

	#sp-ranges .range-btn {
		padding: 0.15rem 0.4rem;
	}

	.modalauto .specialnono2 {
		font-size: 12px !important;
	}

	.modalauto .textboxyhead {
		width: 140px !important;
	}

	.autocomplete-suggestions, .autocomplete-no-suggestion {
		font-size: 12px !important;
		max-height: 160px !important;
	}

	.coming-soon .company-name {
		font-size: 1.4rem;
	}

	.coming-soon .info-text {
		font-size: 1rem;
	}

	.region-selector-cont.usa {
		left: 16px;
	}
}


.email-sent h5{
	font-size: 15px !important;
}