/*////////////////////////////////// Top Level Styles //////////////////////////////////*/
body {
	margin: 0px;
}

#Medscape_Mobile_POC{
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-sizing: border-box;
	width: 100%;
	height: 400px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* main swipe container */
.swiper-container-h {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#Medscape_Mobile_POC_Content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.swipeProgressPos {
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	bottom: auto !important;
	height: 15px; 
}

.swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background-color: #CCC;
    opacity: 1;
    /*border: 1px solid #787878;*/
}

.swiper-pagination-bullet-active {
	background-color: #787878;
}

.slide-content-centered {
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
}


/*////////////////////// UNBRANDED SLIDE  ///////////////////////////*/
.swiper-slide.unbranded {
	/*background-image: url('../img/unbranded.png');
	background-repeat: repeat-x;
	background-position: top -1px center;*/
    background-color: #FFF;
}
.swiper-slide.unbranded #Slide1_SwipeNext {
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	bottom: 75px;
	background-color: #007CB0;
  	border-radius: 18px;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
  	width: 200px;
  	height: 36px;
	line-height: 36px;
	padding-left: 30px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
}

.swiper-slide.unbranded #Slide1_SwipeNext::after{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #FFFFFF;
  	border-radius: 100%;
  	opacity: 0.25;
  	width: 36px;
  	height: 36px;
}



/*////////////////////// Slide 1 NO ISI  ///////////////////////////*/
#Medscape_Mobile_POC.slide1NoISI div[data-hash="slide1"] {
	z-index: 10;
	height: 400px;
	background-color: #FFF;
}


/*////////////////////////////////// Chart //////////////////////////////////*/
.swiper-container-chart {
	overflow: hidden;
	background-color: #FFF;
}


/*////////////////////////////////// Pop Styles ///////////////////////////////////*/
/* Modal */
#popup {
	display: none; /* Hidden by default */
	position: absolute; /* Stay in place */
	z-index: 100; /* Sit on top */
	top: 0px;
	left: 0px;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal popup */
#popupModal {
	font-size: 11px;
    line-height: 12px;
	color: #000;
	position: relative;
	background-color: #FFF;
	margin: auto;
	padding: 15px;
	border: 1px solid #888;
	border-radius: 8px;
	width: 90%;
	top: 25px;
	box-sizing: border-box;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	animation-name: animatetop;
	animation-duration: 0.4s;
}
#popupModal .popupContent > *:first-child {
	margin-top: 0;
}
#popupModal .popupContent > *:last-child {
	margin-bottom: 0;
}

/* Add Animation */
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 50px;
		opacity: 1;
	}
}

/* The Close Button */
#popupClose {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 23px;
	position: absolute;
	background-color: #FFF;
	border-radius: 50%;
	width: 23px;
	top: -10px;
	right: -10px;
	box-shadow: -4px 4px 10px 0px #CCC;
	cursor: pointer;
}



/*////////////////////// Mid-bar / Link Style  ///////////////////////////*/
.MidBar {
	position:absolute;
	bottom:101px;
	width:100%;
	height:25px;
	line-height: 25px;
	background-color: #0F9898;
    display: flex;
    justify-content: space-around;
    align-items: center;
}



/*////////////////////////////////// ISI Styles //////////////////////////////////*/
#pocISI {
	position: absolute;
	width: 100%;
	left: 0px;
	background-color: #FFF;
	overflow-y: scroll;
}

.ISI_Frame > *:first-child {
	margin-top: 0 !important;
}
.ISI_Frame > *:last-child {
	margin-bottom: 0 !important;
}



/*////////////////////// Additional Style  ///////////////////////////*/
.nobr {
	white-space: nowrap;
}

.textUnderline {
	text-decoration: underline;
}

sup, sub {
	font-size: 70%;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 0.5em;
}
sub {
	bottom: -0.15em;
}