/*home page css starts here*/
#logoIbd{
	float: left;
	padding-top: 8px;
}
#headerNav{
	float: right;
	text-align: center;
}
#headerNav{
	padding: 14px;
}
#headerNav > a{
	color: #2FADD6 !important;
	font-size: 16px;
	padding: 16px;
	text-decoration: none;
}
.current{
	color: #2FADD6;
	background-color: #d5eff7;
	text-decoration: none;
	font-weight: bold;
}
#profileNav{
	float: right;
	padding: 10px 0px 5px 10px;
    cursor:pointer;
    max-width: 296px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.userImage{
	vertical-align: middle;
	font-size: 14px;
    letter-spacing: 0.42px;
}
.userName{
    display:inline-block;
    padding-top:7px;
	padding-left: 5px;
    margin: 0px;
}
#navDropdown {
    float: right;
    padding-top: 16px;
    padding-right: 5px;
}
.downArrow{
	padding-left: 5px;
}
#reminderSection,.reminderBg{
	background-color: #011627;
}
.reminderBg > .reminderDate {
	color: #fff;
	font-size: 16px;
	letter-spacing : 0.48px;
}
.remindSection,.reminderText,.reminderDay,.reminderDay:hover{
	color: #fff;
	font-size: 13px;
	letter-spacing : 0.39px;
	vertical-align: middle;
}
.reminderDay,.reminderDay:hover{
	text-decoration: underline !important;
	font-weight: bold;
}
.reminderText{
	float: right;
	padding-right: 10px;
	position: relative;
}
.reminderDate{
	float: left;
	padding: 5px;
	margin-left: 275px;
}
.calenderIcon,.reminderpop{
	cursor: pointer;
}
.assessmentBlock,.scoreBlock{
	float: right;
}
.assessmentBlock{
	padding: 15px;
	margin-right: 15px;
}
.scoreBlock{
	padding: 10px;
	font-size: 15px;
}
.yourScore{
	display: inline-block;
	width: 25px;
	font-size: 15px;
	letter-spacing : 0.45px;
	margin: 0px;
}
.score{
	display: inline-block;
	font-size: 40px;
	padding-left: 25px;
	margin: 0px;
}
.lastAssessment{
	font-size: 15px;
	letter-spacing : 0.45px;
}
.assessmentTime{
	font-size: 18px;
}
#homeFooter,.homePage{
	background-color: #2d2926;
}
.footerLogo{
	float: right;
	padding-top: 5px;
    /*padding-bottom: 5px;*/
}
.footerText{
	color: #fff;
	float: left;
	padding: 15px 0px 10px 0px;
	font-size: 13px;
}
.contextSection{
	overflow: hidden;
	min-height: 743px;
	clear: both;
}
.aboutIbd{
	float: left;
	margin-top: 60px;
}
.knowMore,.knowMore:hover{
	color: #4cb9dc !important;
}
.carouselHolder{
	float: left;
	margin: 10px 0px 0px 10px;
}
.carouselName{
	margin-bottom: 0px;
	font-size: 18px;
	color : #011627;
}
.carouselDes{
	float: left;
	font-size: 16px;
	margin: 15px 0px 25px 0px;
	color : #3A3A3A;
}
.wrapper{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.wrapperWidth{
	width: 45%;
	float: left;
}
#ibdVideo{
	width: 43%;
	float: right;
	margin-left: 110px;
	position: relative;
}
#ibdVideo > h2 {
	margin-top: 80px;
	font-size: 32px !important;
	color: #011627;
}
.aboutIbd > p {
	font-size: 18px;
	color: #3A3A3A;
}
.videoPlatfoms{
	margin-top: 110px;
}
.videoPlatfoms  img{
	padding-right: 40px;
}
.playVideo{
	position: absolute;
	top: 200px;
    left: 160px;
}
/*home page css ends here*/

/*Error and Session Page*/
.backdropSession{
	position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: .1;
    z-index: 100;
    top: 0;
    left: 0;
	display: none;
}
.fs18{
	font-size: 16px;
}
.sessionPage {
	margin: 50px 0px;
}
.sessionInfo{
	width: 500px;
	background-color: #fff;
	border-radius: 5px;
	/*opacity:0.9;*/
	text-align: center;
	padding: 15px 15px;
	margin: 20% 25%;
}
.sessionRedirect,.sessionLanding {
	color: #000 !important;
	text-decoration: underline;
}
#loginSession{
	width: 500px;
	background-color: #fff;
	padding: 20px 50px;
	border-radius: 5px;
	margin: 0 auto;
	display: none;
	position: relative;
	z-index: 101;
}
#loginSession input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
	outline: none;
}

/*reminder tooltip css starts here*/
.popupReminder{
	padding: 10px;
}
#reminderPopup{
	width: 326px;
	display: none;
	position: absolute;
    top: 36px;
    right: 25px;
    color: #000;
    z-index: 1;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0px #8b8787;

}
#reminderPopup:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-right:8px solid transparent;
    border-left:8px solid transparent;
    right: 20px;
    top:-15px;
}
#reminderDaylist > li{
	float: left;
	cursor: pointer;
	padding: 5px 11px;
	margin-right: 10px;
	background-color: #eaeaea;
	border-radius: 20px;
	font-weight: bold;
	color: #000;
}
#reminderDaylist > li > span{
	font-size: 12px;
	letter-spacing : 0.24px;
}
/*#reminderDaylist > li:hover,#reminderDaylist > li:hover > span,*/.activeWeek{
	background-color: #0082ba !important;
	color: #fff !important;
}
/*reminder tooltip css ends here*/

/*logoutList tooltip starts here*/
.logoutList{
	width: 150px;
	display: none;
	position: absolute;
    top: 50px;
    right: 25px;
    color: #000;
    z-index: 1;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
}
.logoutList:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-right:8px solid transparent;
    border-left:8px solid transparent;
    right: 10px;
    top:-15px;
}
.logoutList > ul{
	margin-bottom: 0px;
}
.logoutList > ul > li{
	padding: 7px 20px 10px 20px;
	border-bottom: 1px solid #ddd;
}
.logoutList > ul > li:last-child{
	border-bottom: none;
}
.logoutList > ul > li > a{
	color: #000 !important;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0.42px;
}
/*logoutList tooltip ends here*/

/*home page css ends here*/

/*landing page css starts here*/
.headerWrapper{
	background-image: url("../images/landing_bg.png");
	background-size: cover;
	background-color: transparent;
}
#logoLandingIbd{
	float: left;
	padding: 30px 20px 30px 0px;
}
#loginpageNav{
	float: right;
	padding: 40px 0px;
}
#loginpageNav > a {
	padding-right: 30px;
	font-size: 15px;
	font-family: lato;
}
#loginpageNav > a:last-child {
	padding-right: 0px;
}
.contextSectionLanding{
	margin-top: 50px;
}
.aboutIbdDisk{
	float: left;
	margin: 40px 0px 20px 0px;
	color: #fff;
}
.ibdDescription{
	font-size: 18px;
	color: #f4f5f6;
}
#ibdVideoLanding{
	margin-left: 90px;
	margin-bottom: 200px;
	width: 45%;
	float: left;
}
.imageDr{
	width: 430px;
}
.playVideotBtn{
	position: absolute;
    top: 85px;
    right: 200px;
}
.btnLogin{
	width: 109px;
	padding: 7px 30px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: normal !important;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.btnRegister{
	color: #fff;
	padding: 7px 30px;
	border-radius: 30px;
	background-color: #695dc1;
	border: 1px solid #695dc1;
	outline: none;
	font-size: 16px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
#featuresLanding,#landingDevicePlatform{
	background-color: #f7f7fa;
}
.featuresSteps {
	/*margin-top: 40px;
	margin-bottom: 70px;*/
    padding: 40px 10px 70px 10px;
	overflow: hidden;
}
.featuresStepsBlock {
	width: 30% !important;
	background-color: #fafeff;
	color: #000;
	margin-right: 48px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
	box-sizing: border-box;
}
.featuresStepsBlock.lastChild {
	margin-right: 0px !important;
	/*float: right;*/
}
.landingPageCarousel{
	background-image: url('../images/hcp_testimonial_bg.png');
	background-size: cover;
	padding-bottom: 50px;
}
.landingPageCarousel > #myCarousel > .carousel-inner > .item  > div,.landingPageCarousel > #myCarousel > .carousel-inner > .item  > p {
	text-align: center;
}
.videoPlatfomsLanding{
	margin-top: 50px;
	text-align: center;
}
.imgDevice{
	text-align: center;
	margin-top: 40px;
}
#landingPageFooter{
	background-color: #333333;
}
.registerPatientCategory,.registerHcpCategory{
	display: inline-block;
	padding: 5px 30px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #3badd5;
	color: #3badd5;
	border-radius: 25px 0px 5px 25px;
}
.registerPatientCategory{
	border-radius: 25px 0px 0px 25px;
}
.registerHcpCategory{
	border-left: 1px solid #3badd5;
	border-radius: 0px 25px 25px 0px;
	margin-left: -5px;
}
.registerToogle{
	text-align: center;
}
.togglePatientHcp {
	color: #FCFCFC;
	background-color: #3badd5;
}
/*landing page css ends here*/

/*add patient page starts here*/
.addPatientBg {
	background-image: url('../images/Asset 17.png');
	background-size: cover;
}
.patientProfileImage,.patientDetails,.btnEditProfile,.patientSearch,.patientOptions,.patientStartAssessment {
	text-align: center;
}
.patientProfileImage {
	position: relative;
	margin-top: 35px;
}
.uploadPatientImage {
    position: absolute;
    top: 110px;
    right: 425px;
}
.patientDetails {
	color: #3BADD5;
	margin: 0;
}
.patientName {
	font-weight: bold;
	letter-spacing : 0.54px;
}
.patientCategory {
  letter-spacing : 0.48px;
}
.patientMail {
  letter-spacing : 0.42px;
}
.btnEditProfile {
	color: #3badd5;
	background-color: transparent;
	font-size: 13px;
	padding: 5px 25px;
}
.patientSearch {
	position: relative;
	margin-top: 30px;
}
.patientSearch > p {
    position: relative;
	width: 400px;
	display: inline-block;
	color: #fff;
	background-color: #b6d7da;
	padding: 15px 140px;
	border-radius: 30px;
}
.patientSearch > p > input {
	width: 350px;
    outline: none;
    border: none;
    color: #000222;
    background-color: transparent;
    margin-left: -95px;
    font-size: 16px;
    /*font-weight: bold;*/
    letter-spacing: 0.48px;
}
.placeholderPatient::-webkit-input-placeholder {
    color: #fff !important;
}
.placeholderPatient::-moz-placeholder {
    color: #fff !important;
    opacity:1;
}
.placeholderPatient:-ms-input-placeholder {
    color: #fff !important;
}
.patientSearchIcon {
	position: absolute;
	top: 20px;
    left: 20px;
}
.patientOptions {
	padding-left: 45px;
	float: left;
}
.patientOptions > a > p {
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.48px;
    color: #3BADD5;
}
.firstPatient { 
	margin-left: 300px;
	padding-left: 0px;
}
.patientStartAssessment {
	margin: 40px 0px 217px 0px;
}
.patientStartAssessment > p {
	width: 270px;
	display: inline-block;
    padding: 10px 40px;
    color: #fff;
    background-color: #3badd5;
    border: 1px solid #3badd5;
    border-radius: 40px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.accessCheck {
	width: 15px !important;
	vertical-align: middle;
	margin: 0 !important;
	margin-left: 15px !important;
}
.listPatient {
	display: none;
    overflow: hidden;
    overflow-y: auto;
    width: 400px;
    max-height: 185px;
    position: absolute;
    top: 50px;
    left: 300px;
    border-radius: 15px;
    margin: 0 auto;
}
.searchPatAll{
    width:350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.myPatientsAll {
    float: left;
    width:235px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#patientSearchList {
	border: none;
	width: 390px;
    border-radius: 15px;
	background-color: #ffffff;
    box-shadow: 0 0 5px 1px #ddd
}
.searchPatientList{
    margin: 0px;
    width: 375px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.searchPatientsHistory,#searchMyPatientsHistory {
	width: 100%;
}*/
#patientSearchList > tbody > tr,.searchPatientsHistory > tbody > tr {
	cursor: pointer;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    letter-spacing: 0.45px;
    color: #000222;
}
#patientSearchList > tbody > tr > td {
	padding: 10px 15px;
	font-size: 14px;
	letter-spacing : 0.42px;
  	color : #000222;
}
.searchPatientsHistory {
	padding: 15px 10px;
	border-right: 1px solid #ddd;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
.searchPatientsHistory > tbody > tr > td:last-child {
	border-right: none;
}
.searchPatientsHistory > tbody > tr > td > span{
	display: inline-block;
    width: 160px;
    word-wrap: break-word;
    float:left;
    padding-top:5px;
}
.profileHeader{
	padding: 10px 10px 10px 20px;
	background-color: #e6edf4;
	border-radius: 5px 5px 0px 0px;
}
.patientsTab{
	margin-left: 250px;
}
.addProfileTitle {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.48px;
    color: #0082BA;
    float: left;
    padding-top: 5px;
}
.addAllTitle,.addPatientTitle {
	display: inline-block;
    padding: 5px 30px;
    text-align: center;
    border: 1px solid #3badd5;
    color: #3badd5;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px 0px 0px 5px;
    margin: 0px;
}
.titleStatus {
	color: #fff;
    background-color: #2FADD6;
    font-weight: bold;
}
.addAllTitle {
	margin-left: -5px;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    letter-spacing: 0.42px;
}
.searchPatients{
	display: none;
}
.searchBox {
	float: right;
	border: 1px solid transparent;
	border-radius: 20px;
	margin: 0px;
	padding: 4px 15px;
}
.searchBoxBorder{
	border: 1px solid #d1d3d5;
}
.profileDatas {
	display: none;
	overflow:hidden;
    overflow-y: auto;
    max-height: 400px;
    margin-bottom: 375px;
}
.myProfileDatas {
	overflow:hidden;
    overflow-y: auto;
    max-height: 400px;
    margin-bottom: 375px;
}
.dobAccess{
	position: relative;
}
.btnFollow,.btnUnfollow,.btnReqFollow {
	color: #fff;
    background-color: #2fadd6;
    border: 1px solid #2fadd6;
    padding: 5px 10px;
    outline: none;
    font-size: 13px;
    float: right;
    border-radius: 5px;
}
.btnStatus{
    float:left;
}
.followStyle{
    float:left;
    margin-left: 15px;
    margin-top: 15px;
}
.patientListName {
    float:left;
    width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
/*add patient page ends here*/

/*history page css starts here*/
.toggleHistory,.toggleTrend,.toggleHistoryHcp,.toggleTrendHcp {
    display: inline-block;
    padding: 5px 75px;
    text-align: center;
    border: 1px solid #3badd5;
    color: #3badd5;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px 0px 0px 5px;
}
.toggleTrend,.toggleTrendHcp {
	margin-left: -5px;
	border-radius: 0px 5px 5px 0px;
  	font-size : 14px;
  	letter-spacing : 0.42px;
  	color: #2FADD6;
}
.toggleHistoryTrend,.toggleHistoryTrendHcp {
    color: #fff;
    background-color: #2FADD6;
    font-weight : bold;
}
#dataHistory {
    width:335px;
}
#dataHistory > thead > tr > th,#dataHistoryHcp > thead > tr > th {
	color: #000222;
	font-size: 13px;
}
#dataHistory > thead,#dataHistoryHcp > thead {
	background-color: #e6edf4;
}
#dataHistory > thead > tr > th,#dataHistory > tbody > tr > td,#dataHistoryHcp > thead > tr > th,#dataHistoryHcp > tbody > tr > td  {
	padding: 5px 20px 5px 5px;
	text-align: center;
}
#dataHistory > tbody > tr > td,#dataHistoryHcp > tbody > tr > td {
	padding: 15px 20px 15px 0px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}
#dataHistory > tbody > tr > td:last-child,#dataHistoryHcp > tbody > tr > td:last-child {
	font-weight: bold;
	color : #3F3F41;
}
#dataHistory > thead > tr > th:last-child,#dataHistory > tbody > tr > td:last-child,#dataHistoryHcp > thead > tr > th:last-child,#dataHistoryHcp > tbody > tr > td:last-child {
	border-right: 1px solid #ddd;
}
.history_datapiles {
	overflow: hidden;
	overflow-y: auto;
	width: 335px;
	max-height: 450px;
}
.compare_desk {
	margin: 15px 0px 115px 100px;
}
.compare_port {
	display: none;
	float: right;
	margin: 0px 20px 15px 0px;
}
.btnCompare {
	padding: 5px 30px;
	color: #fff;
	font-size: 13px;
    background-color: #3badd5;
    border: 1px solid #3badd5;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.centerCircleHistory,.centerCircleTrend {
	padding: 25px 25px;
    background-color: #e5e6e7;
    position: absolute;
    border-radius: 140px;
    top: 370px;
    left: 640px;
    box-shadow: 0 0 5px 2px #8b8787;
}
#demo{
	width: 310px !important;
	position: absolute !important;
	top: 0px;
	left: 0px;
	border: 1px solid #ddd !important;
	border-radius: 5px !important;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
}
#demo:before {
	content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-right:8px solid transparent;
    border-left:8px solid transparent;
    right: 20px;
    top:-15px;
}
#trendSection,#HcpTrendSection{
	overflow: hidden;
	padding-bottom: 22px;
}
.choose_date{
	width: 33.33333333%;
	float: left;
	padding: 10px 15px;
	margin-bottom: 150px;
}
.trend_score {
	background-color: #eaf7fb;
	overflow: hidden;
	margin: 10px 0px 15px 0px;
}
.scoreBlockTrend,.scoreBlockTrendHcp {
	float: right;
	padding: 0px 5px 0px 0px;
}
.yourScoreTrend,.yourScoreTrendHcp {
	display: inline-block;
    width: 25px;
    margin: 0px;
}
.scoreTrend,.scoreTrendHcp {
	display: inline-block;
    font-size: 39px;
    padding-left: 25px;
    margin: 0px;
    letter-spacing : 1.17px;
    color: #2FADD6;
}
.assessmentBlockTrend,.assessmentBlockTrendHcp {
	padding: 5px;
    color: #000;
}
.lastAssessmentTrend,.yourScoreTrend,.lastAssessmentTrendHcp,.yourScoreTrendHcp { 
	font-size: 13px;
	letter-spacing : 0.45px;
  	color: #2FADD6;
}
.assessmentTimeTrend,.assessmentTimeTrendHcp {
    font-size: 15px;
  	color: #2FADD6;
}
.dates {
	margin: 30px 0px 15px 0px;
	position: relative;
}
.calender_wrapper{
	display: none;
	position: relative;
	min-height: 275px;
	width: 310px !important;
}
.datepop_wrapper,.datepop_wrappers {
	display: none;
	position: relative;
	min-height: 275px;
}
.PAHmonth{
	color: #000222 !important;
}
.PAweek > span {
	font-size: 12px;
	letter-spacing : 0.6px;
    color : #a7a7a8;
}
.dates > p,.dates > p input {
	display: inline-block;
	/*width: 120px;*/
}
.dates > p input {
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
	padding: 5px 5px 5px 5px;
	background-image: url(../images/Calendar.png);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: right center;
}
.date_bi {
    background-image: url(../images/Calendar.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.fromCalender{
	position: absolute;
	top: 30px;
	left: 90px;
	cursor: pointer;
}
.toCalender{
	position: absolute;
	top: 30px;
	right: 10px;
	cursor: pointer;
}
.fromCalenderTrend{
	position: absolute;
	top: 30px;
	left: 90px;
	cursor: pointer;
}
.toCalenderTrend{
	position: absolute;
	top: 30px;
	right: 10px;
	cursor: pointer;
}
.PAheader{
	margin-top: 20px;
}
section.PAmonth.PAfrom > span {
    margin-bottom: 2px;
    font-family : Roboto;
  	font-size : 12px;
  	letter-spacing : 0.3px;
  	cursor: pointer !important;
}
.PACalendar>section.PAmonth span.PAbetween,.PACalendar>section.PAmonth span.PAselected  {
	color: #fff !important
}
.PACalendar>section.PAmonth {
	height: 190px !important;
}
.PACalendar>section.PAmonth span.PAfrom{
	border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.PACalendar > section.PAmonth span.PAto {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.PACalendar>section.PAmonth span.PAselected,.PACalendar>section.PAmonth span.PAto,.PACalendar>section.PAmonth span.PAbetween {
	background: #3badd5 !important;
}
/*history page css ends here*/

/*Hcp history page css starts here*/
.hcpUserAssessment{
	overflow: hidden;
}
.userinHcp {
    max-width: 296px;
    overflow: hidden;
    white-space: nowrap;
}
.userInfoHcp{
	float: left;
	font-size: 13px;
	letter-spacing : 0.39px;
	padding: 12px 0px;
}
.userInfoHcp > p,.arrowHcp{
	margin: 0;
}
.arrowHcp,.arrowPatient {
	float: left;
	padding: 22px 15px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-right: 15px;
}
.arrowPatient {
	padding: 16px 15px;
	border-left: 0px;
    margin-bottom: 0;
}
.btnStartHcp{
	float: right;
	margin: 10px 0px;
	color: #fff;
	font-size: 15px;
	border:1px solid #3badd5;
    background-color: #3badd5;
    box-shadow: 0 1px 5px 0px #8b8787;
}
.datasOfHistory > tr {
	position: relative;
}
input[type=checkbox].checkHistory {
	position: absolute;
	opacity: 0;
}
.imgHolder {
    padding: 0 15px;
    cursor: pointer;
}
span.imgHolder:before {
	content: url('../images/Normal.png');
}
.chkSelect > span.imgHolder:before {
	content: url('../images/Selected.png');
}
.showCal {
    display: block !important;
}
.hideCal {
    display: none !important;
}
.patientsName {
    padding-top: 5px;
    margin:0px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchAccess {
    margin-right:5px;
}
/*Hcp history page css starts here*/
.dateError {
    display:none;
}


/*firefox hack don't change*/
@-moz-document url-prefix() {
    .myPatientsAll {
        width: 220px;
    }
}
/*ie 10+ hack don't change*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  	.myPatientsAll {
        width: 219px;
    }	
}

/*css for ipad potrait view starts here*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	#loginpageNav {
	    padding: 35px 0px;
	}
	#loginpageNav > a {
	    font-size: 13px;
	}
	.imageDr{
		width: 350px;
	}
    .sessionInfo {
    	margin: 20% 15%;
    } 
	.wrapperWidth{
		width: 45%;
	}
	.ibdDescription{
		font-size: 16px;
	}
	#ibdVideoLanding{
		margin-left: 60px;
		width: 45%;
	}
	.btnLogin,.btnRegister{
		font-size: 14px;
	}
	.playVideotBtn {
	    position: absolute;
        top: 68px;
        right: 115px;
	}
	.featuresStepsBlock {
		float: left;
		width: 28% !important;
	}
	#logoIbd {
	    padding-top: 12px;
	}
	#logoIbd > a > img {
		width: 200px;
	}
	#headerNav > a {
		padding: 17px;
	}
	.logoutList {
		width: 135px;
	}
	.logoutList > ul > li > a {
		font-size: 12px;
	}
	.reminderDate {
		margin-left: 0px;
	}
	.aboutIbd > h2,#ibdVideo > h2 {
		font-size: 25px !important;
	}
	.aboutIbd > p {
		font-size: 16px;
	}
	#ibdVideo {
		width: 45%;
		margin-left: 25px;
	}
	.playVideo{
		top: 190px;
	}
	.videoPlatfoms  img {
		padding-right: 25px;
	}
	.carousel-indicators.homeCarousel {
	    top: 215px !important;
	    left: 22% !important;
	}
	.uploadPatientImage {
		right: 295px;
	}
	#patientSearchList {
		left: 175px;
	}
	.firstPatient { 
		margin-left: 160px;
	}
	.footerText {
		font-size: 12px;
	}
	.history_datapiles {
		height: 300px;
		width: 100%;
	}
	#dataHistory,#dataHistoryHcp {
		width: 95%;
		margin-left: 20px;
	}
	#dataHistory > tbody > tr > td:first-child,#dataHistoryHcp > tbody > tr > td:first-child {
		border-left: 1px solid #ddd;
	}
	#container_full {
		position: relative;
	}
	.compare_desk { 
		display: none;
	}
	.compare_port {
		display: block;
	}
	.trend_score {
		display: none;
	}
	.choose_date {
		width: 85%;
    	padding-left: 50px;
        padding-top:0px;
    	margin-bottom: 0px;
	}
	.dates > p, .dates > p input {
		width: 285px;
	}
	.centerCircleTrend {
		top: 45.5%;
		left: 360px;
	}
	.calender_wrapper {
		min-height: 0px;
	}
	#demo {
		left: 165px;
		z-index: 2;
    	background: #fff;
	}
    .listPatient {
		left: 168px;
	}
    .patientsTab {
	    margin-left: 120px;
	}
	.searchBox{
		padding: 5px 10px;
	}
    .searchPatientsHistory > tbody > tr > td > span{
        width: 121px;
    }
    .btnFollow, .btnUnfollow, .btnReqFollow {
        font-size: 10px;
    }
    .btnReqFollow {
        padding: 5px 5px;
    }
    .patientListName {
        width: 115px;
    }
    .btnStatus{
        margin-top: 2px;
    }
    #profileNav{
        max-width: 215px
    }
    .userinHcp {
        max-width: 236px;
    }
}
/*css for ipad potrait view ends here*/