@charset "UTF-8";
/* CSS Document */
html, body {
	width: 100%; 
	height: 100%; 
	letter-spacing: normal;
	letter-spacing: 0px;
	font-weight: normal;
	position: fixed; 
	overflow: hidden;
	scrollbars:none; 
	/*background-color:#D4D4D4;*/
	background-color:#fff;
	margin:0px;
	padding:0px;
	
}
a:link{
	/*text-decoration:none;*/
	color:#000;
}
a:visited {
    color: #000;
}

sup {
	font-size: 10px;
	line-height: 10px;
	}
p, li {
	font-weight: 300;	
}
p strong, li strong{
	font-weight: 600;	
}
p {
	margin:0 0 1px;
}
ul {
	margin: 2px 0;
	padding: 0;
}
ol {
	margin: 0px 0px 2px 17px;
	padding: 0;
}
ol > li {
	list-style-type:decimal;
	margin: 0px 0px 2px 8px;
	padding: 0;
}
ul > li {
	list-style-type: none;
  	background: url(images/bullet_disc.png) no-repeat 0 4px;
	margin: 0px;
	padding: 0px 0px 2px 8px;
}
li > ul {
	margin: 2px 0 0;
}

li p:last-child {
	padding-bottom: 0;
}

ul.circle > li {
  	background: url(images/bullet_circle.png) no-repeat 0 3px;	
}

ul.circle > li:last-child,
ul.circle > li > ul li:last-child {
	padding-bottom: 0;
}

#animation_container{
	cursor: pointer;
}

#isiText {
	position: absolute;
	width:0px;
	height:0px;
	top: 0;
	left: 0;
	margin: 0px;
	/* padding: 0px 3px; */
	overflow-x: hidden;
	overflow-y: auto;
	background: #FFFFFF;
	/* ISI FONT ATTRIBUTES */
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#666;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
}
#isiText .condensed {
	letter-spacing: -0.12px;
}

#isiText h1 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 600;
	color: #ea1b75;
	margin: 0 0 1px;
}

#isiTopBG{
	box-sizing:border-box;
	width: 100%;
	height: 14px;
	position: relative;
	position: sticky;
	position: -webkit-sticky;
	z-index: 50;
	/* float: unset;  */
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	padding: 1px 1px 0 5px;
}

#isiTopBG.firefox {
	padding-right: 15px;
}

#expander {
	position: relative;
	float: right;
	cursor: pointer;
}

#presInfo{
	width: 80%;
	display: inline-block;
	color: #76008E;
	cursor: pointer;
	font-size: 9px;
	font-weight: 600;
	float: left;
}

#isiText .scrollable {
	width: 100%;
	box-sizing:border-box;
	position: relative;
	padding-left: 5px;
	padding-bottom: 15px;
	padding-right: 10px;
}

.mt-5 {
	margin-top: 5px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 6px;
}
::-webkit-scrollbar:horizontal {
    height: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #959595;;
    border-radius: 3px;
}
::-webkit-scrollbar-track {
    border-radius: 3px;
	background-color: #ebebeb;
}