@charset "UTF-8";
/* default for most elements */

html { height: 100%;}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

.dashboardpagebdy {
	overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	height: 100%;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #737b8b;
	background: #f7f9fc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;

	@media screen and (max-width: 1280px) {
		width: 960px;
	}
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.wrapper {
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

.wrapper__content {
	background: #f7f9fc;
	max-width: 100%;
	width: 100%;
}

.wrapper__content .box {
	padding: 0;
	max-width: 100%;
	width: 100%;
}

.wrapper__content h2 {
	color: #0E1E39;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 12px 0;
}

.graphsec__col {
	padding: 0 !important;
}

.graphsec__col .head h2 span {
	color: #596A87;
	font-weight: normal;
	font-size: 14px;
	margin-left: 6px;
}

.col {
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.graphsec__col {
	width: 100%;
}

.lefttable__box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66% !important;
	padding-left: 0 !important;
}

.righttable__box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 34% !important;
	padding-right: 0 !important;
}

.graphsec {
	padding-bottom: 30px;
}

.graphsec .highcharts-figure,
.graphsec .highcharts-data-table table {
	width: 100%;
	margin: 0;
	max-width: 100%;
}

.highcharts-container, .highcharts-root {
	width: 100% !important;
}

.graphsec .charts {
	height: 360px;
	width: 100% !important;
}

.graphsec .customBlinker {
	-webkit-animation: blinker 2s linear infinite;
	        animation: blinker 2s linear infinite;
}

@-webkit-keyframes blinker {
	50% {
		opacity: 0;
	}
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.tablebox .tooltip {
	position: relative;
	background: #EBEEF5;
	border-radius: 45px;
	padding: 4px 7px;
	color: #596A87;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	opacity: 1;
}

.tablebox .view-count {
	position: relative;
	background: #EBEEF5;
	border-radius: 45px;
	padding: 4px 7px;
	color: #596A87;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	opacity: 1;
}

.table-tooltip:hover {
	cursor: pointer;
}

.tablebox .tooltip:before {
	content: attr(data-text);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-118%);
	    -ms-transform: translateY(-118%);
	        transform: translateY(-118%);
	left: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 8px 12px;
	color: #0E1E39;
	text-align: center;
	opacity: 0;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	right: 50px;
	pointer-events: none;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 3px 5px rgb(9 30 66 / 12%), 0px 0px 1px rgb(9 30 66 / 31%);
	        box-shadow: 0px 3px 5px rgb(9 30 66 / 12%), 0px 0px 1px rgb(9 30 66 / 31%);
	border-radius: 4px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.tablebox .tooltip:hover:before {
	opacity: 1;
}

.tablebox .description-tooltip {
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tablebox .description-tooltip:before {
	content: attr(data-text);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-118%);
	    -ms-transform: translateY(-118%);
	        transform: translateY(-118%);
	left: 10%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 8px 12px;
	color: #0E1E39;
	text-align: center;
	opacity: 0;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	pointer-events: none;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 3px 5px rgb(9 30 66 / 12%), 0px 0px 1px rgb(9 30 66 / 31%);
	        box-shadow: 0px 3px 5px rgb(9 30 66 / 12%), 0px 0px 1px rgb(9 30 66 / 31%);
	border-radius: 4px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	z-index: 10000;
}

.tablebox .description-tooltip:hover:before {
	opacity: 1;
}

.table-wrapbox .tablebox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #FFF;
	border: 1px solid #DBE3F0;
	border-radius: 0;
	border-bottom: none;
}

.table-wrapbox .tablebox:first-child {
	border-radius: 6px 6px 0 0;
}

.table-wrapbox .tablebox:last-child {
	border-radius: 0 0 6px 6px;
	border-bottom: 1px solid #DBE3F0;
}

.table-wrapbox .tablebox .tablebox-img img {
	height: 68px;
	width: 124px;
	object-fit: cover;
}

.table-wrapbox .tablebox .tablebox-txt {
	width: calc(100% - 124px);
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(100% - 124px);
	        flex: 0 0 calc(100% - 124px);
	padding: 12px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.table-wrapbox .tablebox .tablebox-txt h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: #0E1E39;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.table-wrapbox .tablebox .tablebox-txt a, .table-wrapbox .tablebox .tablebox-txt p {
	margin-top: 8px;
	color: #909DB5;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.table-wrapbox .tablebox .tablebox-txt a:hover, .table-wrapbox .tablebox .tablebox-txt a:focus, .table-wrapbox .tablebox .tablebox-txt a:active {
	color: #3371E6;
}

.table-wrapbox .tablebox .tablebox-txt .tablebox-lefttxt {
	padding-right: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	overflow: hidden;
}

.table-wrapbox .tablebox .tablebox-txt .tablebox-lefttxt h3 {
	margin-bottom: 4px;
}

.table-tooltip {
	position: absolute;
	top: 12px;
	right: 12px;
}

.tablemainsec .lefttable__box,
.tablemainsec .righttable__box {
	float: left;
}

.tablemainsec .righttable__box .tablebox-txt {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	padding: 14px 12px;
}

.table-wrapbox .tablebox .tablebox-txt .tablebox-lefttxt span.tagline {
	color: #596A87;
}

.table-wrapbox .tablebox .tablebox-img.tablebox-icon {
	width: 124px;
	background: #EBEEF5;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #DBE3F0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 0 0 0 6px;
}

.table-wrapbox .tablebox .tablebox-img.tablebox-icon img {
	width: 25px;
	height: 25px;
}

.tablebox.last-other {
	background: #F7F9FC;
}

.tablemainsec .righttable__box .table-tooltip {
	top: 12px;
}

.table-wrapbox .tablebox:first-child .tablebox-img img {
	border-radius: 6px 0 0 0;
}