
@font-face {
	font-family: 'Mitra';
	src: url('/common/font/webmitra/WebMitraBold.eot');
	src: url('/common/font/webmitra/WebMitraBold.eot?#iefix') format('embedded-opentype'),
		url('/common/font/webmitra/WebMitraBold.woff?cbt=1') format('woff'),
		url('/common/font/webmitra/WebMitraBold.ttf') format('truetype');
		url('/common/font/webmitra/WebMitraBold.svg#mitra') format('svg');
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: 'BYekan';
	src: url('/common/font/yekan/Yekan.eot');
	src: url('/common/font/yekan/Yekan.eot') format('embedded-opentype'),
		url('/common/font/yekan/Yekan.woff') format('woff'),
		url('/common/font/yekan/Yekan.ttf') format('truetype'),
		url('/common/font/yekan/Yekan.svg#yekan') format('svg');
}

@font-face {
	font-family: 'Ubuntu';
	src: url('/common/font/ubuntu/ubuntu-regular-webfont.eot');
	src: url('/common/font/ubuntu/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/common/font/ubuntu/ubuntu-regular-webfont.woff') format('woff'),
		url('/common/font/ubuntu/ubuntu-regular-webfont.ttf') format('truetype'),
		url('/common/font/ubuntu/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*@font-face {*/
/*	font-family: 'Nexus';*/
/*	src: url('/common/font/nexus/NexusSansWebPro.woff') format('woff');*/
/*	font-weight: normal;*/
/*}*/

/*@font-face {*/
/*	font-family: 'OpenSans';*/
/*	src: url('/common/font/opensans/OpenSans-Regular.woff2') format('woff');*/
/*	font-weight: normal;*/
/*}*/

/*@font-face {*/
/*	font-family: 'XeroSans';*/
/*	src: url('/common/font/zerosans/XeroSansNormal.woff') format('woff');*/
/*	font-weight: normal;*/
/*}*/

/* RSF specific -----------------------------------------------------------------------------------------------------*/

.textt {
	border-color: #ccc;
}

.zart {
	border-color: #ccc;
}

.zarEnt {
	border-color: #ccc;
}

.themed .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	border: 1px solid #ccc;
}

/* highchart ----------------------------------------------------------------------------------------------------------*/

div.highcharts-tooltip span {
	background-color: white;
	opacity: 1;
	text-align: right;
	z-index: 9999 !important;
	direction: rtl;
}

.my-highcharts-tooltip {
	text-align: right;
	padding: 5px;
	direction: rtl;
}
.my-highcharts-tooltip-en {
	text-align: left;
	padding: 5px;
	direction: ltr;
}

.btn-filled:disabled {
	background-image: none !important;
}

/* iris specific -----------------------------------------------------------------------------------------------------*/

#footer_wrapper {
	position: absolute;
	width: 100%;
	background: transparent url('/images/footer_bg_repeat_transparent.png?cbt=1') repeat-x top;
}

#footer {
	margin: 1px auto;
	padding: 10px 10px 10px;
	color: #666;
	background: url('/images/footer_bg_transparent.png?cbt=1') center 1px no-repeat;
	text-align: center;
}

.footer_col {
	float: right;
	width: 275px;
	height: 250px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0;
	text-align: right;
}

a.goto_top {
	display: block;
	width: 30px;
	height: 31px;
	margin: 10px auto 40px;
	background: url('/images/top.png') no-repeat top center;
}

.footer-stat {
	border-bottom: 1px dotted #aaa;
}
.footer-stat .value {
	float: left;
}


/* chart tooltip -----------------------------------------------------------------------------------------------------*/

.chartTooltipWraper	{
	border:1px solid;
	padding:12px;
	border-radius:10px;
	background:rgba(255, 255, 255, 0.85);
}
.primInfoToolTip {
	font-size:13px;
	font-weight:bold;
	color:#191919;
}
.secInfoToolTip {
	font-size:13px;
	font-weight:normal;
	color:#191919;
	padding-top:6px;
}
.clktoViewTooltip {
	font-size:12px;
	font-weight:normal;
	color:#5C5C5C;
	padding-top:12px;
}

.exclusion label {
	font-size: 0.9em;
}

.theme-bg-color {
	color: #aabcff;
}

.crawler-log-line-new {
	font-weight: bold;
}

.logo-company-light {
	position: absolute;
	top: -11px;
	right: 0;
	opacity: 0.5;
}
.logo-company-light:hover {
	opacity: 1.0;
}

/* ------------------------------------------------------------------------------------------------------------------ */

ul.multiMenu a, ul.multiMenu a:hover {
	text-decoration: none;
	border-bottom: 0;
}

ul.multiMenu {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.multiMenu:hover {
	background-color: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#efefef));
	background: -webkit-linear-gradient(top, #f1f1f1 0, #efefef 100%);
	background: -moz-linear-gradient(top, #f1f1f1, #efefef);
	background: -o-linear-gradient(top, #f1f1f1 0, #efefef 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0, #efefef 100%);
	background: linear-gradient(top, #f1f1f1 0, #efefef 100%);
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #fff, inset 0 -1px 0 1px rgba(0, 0, 0, 0.1);

	border-left-color: #cfcfcf !important;
	border-right-color: #cfcfcf !important;
	border-bottom-color: #cfcfcf !important;
	-moz-border-radius-bottomLeft: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	-moz-border-radius-bottomRight: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	color: #444;
	background-color: #efefef;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));*/
/*	background: -webkit-linear-gradient(top, #ffffff 0, #efefef 100%);*/
/*	background: -moz-linear-gradient(top, #ffffff, #efefef);*/
/*	background: -o-linear-gradient(top, #ffffff 0, #efefef 100%);*/
/*	background: -ms-linear-gradient(top, #ffffff 0, #efefef 100%);*/
/*	background: linear-gradient(top, #ffffff 0, #efefef 100%);*/
	z-index: 3006;
	/*	-moz-box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);*/
	/*	-webkit-box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);*/
	/*	-o-box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);*/
	/*	box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);*/
}

ul.multiMenu > li > a {
	border-top: 1px solid transparent !important;
	border-right: 1px solid transparent !important;
	border-left: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
}

ul.multiMenu > li:first-child > a {
	-moz-border-radius-topLeft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomLeft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

ul.multiMenu > li:last-child > a {
	-moz-border-radius-topRight: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomRight: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

ul.multiMenu > li > a:active {
	border-top-color: #d1d1d1 !important;
	border-left-color: #d1d1d1 !important;
	border-right-color: #d1d1d1 !important;
	border-bottom-color: #d1d1d1 !important;
	-moz-border-radius-bottomLeft: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	-moz-border-radius-bottomRight: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	color: #444;
	background-color: #d7d7d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#efefef));
	background: -webkit-linear-gradient(top, #dadada 0, #efefef 100%);
	background: -moz-linear-gradient(top, #dadada, #efefef);
	background: -o-linear-gradient(top, #dadada 0, #efefef 100%);
	background: -ms-linear-gradient(top, #dadada 0, #efefef 100%);
	background: linear-gradient(top, #dadada 0, #efefef 100%);
	position: relative;
	z-index: 3006;
	-moz-box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

ul.multiMenu :hover > a.level-1 {
	padding-bottom: 11px;
	border-top-color: #cfcfcf !important;
	border-left-color: #cfcfcf !important;
	border-right-color: #cfcfcf !important;
	border-bottom: 0 !important;
	-moz-border-radius-bottomLeft: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	-moz-border-radius-bottomRight: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	color: #444;
	background-color: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#efefef));
	background: -webkit-linear-gradient(top, #dfdfdf 0, #efefef 100%);
	background: -moz-linear-gradient(top, #dfdfdf, #efefef);
	background: -o-linear-gradient(top, #dfdfdf 0, #efefef 100%);
	background: -ms-linear-gradient(top, #dfdfdf 0, #efefef 100%);
	background: linear-gradient(top, #dfdfdf 0, #efefef 100%);
	position: relative;
	z-index: 3006;
	-moz-box-shadow: inset 0 1px 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 1px 0 #fff;
	-o-box-shadow: inset 0 1px 1px 0 #fff;
	box-shadow: inset 0 1px 1px 0 #fff;
}

ul.multiMenu > li, ul.multiMenu > li li {
	float: left;
	position: relative;
}

ul.multiMenu > li {
	padding: 10px 5px;
}

ul.multiMenu li a {
	float: left;
	display: block;
	padding: 11px 10px 7px 10px;
	color: #444;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
}

ul.multiMenu ul.right a:hover, ul.multiMenu ul.right > li ul a:hover, ul.multiMenu ul.left a:hover, ul.multiMenu ul.left > li ul a:hover {
	color: #000;
	background-color: #e4e4e4;
}

ul.multiMenu ul.right a:active, ul.multiMenu ul.right > li ul a:active, ul.multiMenu ul.left a:active, ul.multiMenu ul.left > li ul a:active {
	background-color: #e4e4e4;
	-moz-box-shadow: inset 0 5px 5px -2px rgba(200, 200, 200, 0.5);
	-webkit-box-shadow: inset 0 5px 5px -2px rgba(200, 200, 200, 0.5);
	-o-box-shadow: inset 0 5px 5px -2px rgba(200, 200, 200, 0.5);
	box-shadow: inset 0 5px 5px -2px rgba(200, 200, 200, 0.5);
}

ul.multiMenu li > ul {
	display: none;
}

ul.multiMenu li:hover > ul {
	display: inline-block;
}

ul.multiMenu ul.right a, ul.multiMenu ul.right > li ul a, ul.multiMenu ul.left a, ul.multiMenu ul.left > li ul a {
	width: 230px !important;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	background-color: #efefef;
	background-image: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	direction: rtl;
	font-family: BYekan;
	font-size: 9pt;
}

ul.multiMenu ul {
	list-style: none;
	margin: -1px 0 0;
	padding: 0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 2px solid #07bdf2;
	position: absolute;
}

ul.multiMenu ul.right {
	top: 95%;
	left: 0;
	z-index: 3005;
}

ul.multiMenu ul.right.reverse {
	top: 95%;
	right: 0;
	left: unset;
	z-index: 3005;
}

ul.multiMenu ul.right > li ul {
	margin-right: -1px;
	top: 0;
	left: 100%;
	z-index: 3000 !important;
}

ul.multiMenu ul.right > li a {
	text-align: right !important;
}

ul.multiMenu ul.right > li a.level-n {
	/*background: #e7e7e7 url(img/multiMenu/right.png) 95% center no-repeat;*/
}

ul.multiMenu ul.left {
	top: 100%;
	right: 0;
	z-index: 3005;
}

ul.multiMenu ul.left > li ul {
	margin-right: -1px;
	text-align: right !important;
	top: 0;
	right: 100%;
	z-index: 3000 !important;
}

ul.multiMenu ul.left > li a.level-n {
	/*background: #e7e7e7 url(img/multiMenu/left.png) 5% center no-repeat;*/
}

ul.multiMenu ul.left > li a {
	text-align: right !important;
}

ul.multiMenu ul.right :hover > a.level-n {
	color: #000;
	border-right-color: #ddd !important;
	background-color: #ddd;
	/*background-image: url(img/multiMenu/rightHover.png);*/
}

ul.multiMenu ul.left :hover > a.level-n {
	color: #000;
	border-left-color: #ddd !important;
	background-color: #ddd;
	/*background-image: url(img/multiMenu/leftHover.png);*/
}

ul.multiMenu ul.right > li ul li:first-child a {
	border-left-color: #ddd !important;
}

ul.multiMenu ul.left > li ul li:first-child a {
	border-right-color: #ddd !important;
}

ul.multiMenu a i {
	color: gray;
	font-size: 10pt;
}

.tabs-style-flip nav a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus,
.tabs-style-flip nav li.tab-current a {
/*	background: rgba(256,256,256,0.3);*/
	border-top: 2px solid #bbb;
}

.tabs-style-flip .content-wrap {
	background: rgba(255,255,255,.5);
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	box-shadow: 0 -1px 1px #eee;
	min-height: 175px;
}

.tabs-style-flip nav li.tab-current a {
	background: rgba(255,255,255,.5);
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;

}

.tabs-style-flip nav a {
	padding: 0 3px;
}

.tabs nav li a,
.tabs nav li a i {
	color: #74777b;
}

.tabs nav li.tab-current a,
.tabs nav li.tab-current a i {
	color: #007af4;
}

.row-filters > div {
	float: left;
	padding: 3px 25px 5px 4px;
	white-space: nowrap;
}

.row-filters-en {
	direction: ltr;
}

.row-filters-en > div {
	float: right;
	padding: 3px 4px 5px 25px;
	white-space: nowrap;
}

.row-filters > div:last-child {
	float: right;
	padding-right: 5px;
}

.row-filters-en > div:last-child {
	float: left;
	padding-left: 5px;
}

.translucent.list-table tbody {
	background-color: rgba(255,255,255,.6);
}

.color-open-access {
	color:#ffaa56;
}
.color-open-access:hover {
	color:#ffaa56;
}

.color-subscribed {
	color:#00bb00;
}
.color-subscribed:hover {
	color:#00bb00;
}

.color-not-subscribed {
	color:#a4a2a4;
}
.color-not-subscribed:hover {
	color:#a4a2a4;
}

.color-unknown {
	color:#cccacc;
}
.color-unknown:hover {
	color:#cccacc;
}

/* jstree ------------------------------------------------------------------------------------------------------------*/

.jstree-proton .jstree-search {
	font-style: normal;
	color: inherit;
	font-weight: normal;
}

.vakata-context {
	font-family: Ubuntu;
	font-size: 10pt;
	font-weight: normal;
}

.detail-item-caption-50 {
	width: 50px;
	display: inline-block;
}
.detail-item-caption-80 {
	width: 80px;
	display: inline-block;
}
.detail-item-caption-110 {
	width: 110px;
	display: inline-block;
}
.detail-item-caption-90 {
	width: 90px;
	display: inline-block;
}

.tabs nav li.tab-current a,
.tabs nav li.tab-current a i {
	color: #20b3de;
}

/* common.css.php overrides -- */

.list-table tr:nth-child(even) {
	background-color: #f4f4f4;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #f4f4f4;
}

.q1, .q2, .q3, .q4 {
	padding:2px;
	border-radius: 2px;
	color:white;
	width: 20px;
	height: 20px;
}
.q1 {
	background-color: rgb(164, 207, 99);
}
.q2 {
	background-color: rgb(232, 213, 89);
}
.q3 {
	background-color: rgb(251, 163,83);
}
.q4 {
	background-color: rgb(221,90,78);
}

.top1, .top5, .top10, .top25 {
	padding:2px;
	border-radius: 2px;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	position: absolute;
	top: calc(50% - 13px);
	right: 10px;
	float: right;
}
.top1 {
	background-color: #e6fdd7;
	border: 1px solid #87BE8A;
	color: #006600;
}
.top5 {
	background-color: #f9ebff;
	border: 1px solid #9930c9;
	color: #5b1f77;
}
.top10 {
	background-color: #ECF0FF;
	border: 1px solid #aabcff;
	color: #000099;
	font-size: 10px;
}
.top25 {
	background-color: #FFF5DF;
	border: 1px solid #F2C051;
	color: #820000;
	font-size: 10px;
}

.tabs nav ul li {
	white-space: nowrap;
}

.logo-company-light-new {
	position: absolute;
	top: -11px;
	right: 5px;
}
.logo-company-light-new:hover {
	opacity: 1.0;
}