body {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	overflow: hidden;
}

.headercolor {
	/** background:#2A2F77; **/
	height: 50px;
}

.formControlFocus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.headertext {
	font-style: italic;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #ffffff;
}

#clinicname {
	font-size: 23px;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}

.textDOB {
	font-size: 0.87rem;
	line-height: 1rem;
	color: #828282;
	opacity: 0.87;
	padding: .25rem .5rem;
}

.icons-style {
	padding-right: 10px;
	color: darkgrey;
}

.LogoAndProviderCard {
	padding-left: 3.5% !important;
	padding-right: 3.5% !important;
}

#bap_container_header {
	position: relative;
	top: 0;
	width: 100%;
	height: 100px !important;
	margin-bottom: 0% !important;
}

#logo {
	height: 100px !important;
}

label {
	font-size: 16px !important;
	font-weight: 500;
}

.hyperlinktag {
	font-size: 14px !important;
	cursor: pointer !important;
	color: #007bff !important;
	text-decoration: none !important;
	background-color: transparent !important;
}

.hyperlinktag:hover {
	color: #0056b3 !important;
	text-decoration: underline !important;
}

.error {
	color: #FF0000 !important;
	font-weight: 500;
}

.warning {
	color: #F76A0C !important;
	font-weight: 500;
}

.messages {
	color: #156915 !important;
	font-weight: 500;
}

.ErrorMessage {
	background: aliceblue;
}

#menu_content {
	width: 100%;
	overflow: auto;
}

.icnCalendar16 {
	background: url(../images/theme1/icnCalendar16.png) no-repeat;
}

input[type='button'].nor16 {
	cursor: pointer;
	background-position-x: 0px;
	background-position-y: 0px;
}

input[type='button'].nor16:hover {
	cursor: pointer;
	background-position-x: 0px;
	background-position-y: -16px;
}

input[type='button'].dis16 {
	cursor: not-allowed;
	background-position-x: 0px;
	background-position-y: -32px;
}

input[type='button'].icon16 {
	width: 16px !important;
    height: 16px;
    border: none;
    vertical-align: middle;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    background-repeat: no-repeat;
}

.hidepopupscroll {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#chead {
	background: #e4f1ff !important;
	font-weight: 700;
}

.btn:hover {
	background-color: #007bff !important;
	border-color: #007bff !important;
}

.btn-block {
	display: block !important;
	width: 8rem !important;
	border-radius: 1.3rem !important;
	margin-top: 1.5rem !important;
}

.btn {
	background: #0062CC !important;
	border: 1px solid #0062CC !important;
	color: #FFFFFF !important;
}

.mandatory::after {
	content: '*';
	color: #e87979;
	padding-left: 2px;
}

.card {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding: 0% !important;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0px;
	overflow-wrap: break-word;
	background-color: rgb(255, 255, 255);
	background-clip: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.125);
	border-image: initial;
	border-radius: 0.25rem;
}

.card-title {
	font-weight: 900;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background: #E4F1FF;
	border-radius: 2px;
	padding: 3px;
	color: #333333;
	margin-bottom: 0% !important;
	height: 2.3rem;
}

#overlay {
	position: fixed;
	background: #000;
	opacity: 0.75;
	zoom: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 88888;
	padding-top: 20%;
	display: none;
}

.appy-btn-style {
	border-radius: 27px;
	margin-top: 5%;
	width: 30%;
}

.slot-header {
	height: 2rem;
	padding-left: 10px;
	padding-top: 3px;
}

.rowData {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

::-webkit-scrollbar {
	width: 7px;
	height:7px; /* Vishal 11 OCT 2021 */ 
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: rgb(200, 200, 200);
	border-radius: 5px;
}

.DocImg {
	cursor: pointer;
	transition: 0.3s;
}

.DocImg:hover {
	opacity: 0.7;
}

/* The Img Zoom Modal (background) */
#myModal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}

.hand {
	cursor: pointer;
}
/* Modal Content (Doc image) */
#modal-content01 {
	margin: auto;
	display: block;
	width: 40%;
	max-width: 700px;
}

.close {
	opacity: 1 !important;
	font-size: 2.5rem !important;
	font-weight: 700;
	color: #ffffff !important;
	text-shadow: 0 1px 0 #fff;
	position: absolute;
	right: 28%;
	top: 4%;
}

.close:hover {
	color: #d6cfcf;
}

.validateMsg {
	font-weight: 500;
	width: 100%;
	margin-top: .25rem;
	font-size: 0.9rem;
	color: #dc3545;
}

.error-border-shadow {
	box-shadow: 0 0 3px 0.05rem #c70517b5 !important;
	border-color: #fb1b1b7a !important;
}

.card-inner-text {
	font-weight: 900;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #000000;
	/**color: #353131eb; 02 SEP 2020**/
}

.span-header {
	padding-top: 0.5rem;
	padding-left: 0.7rem;
	font-size: 14px;
	font-weight: 700;
}

.cardLabelFont {
	font-family: Roboto !important;
	font-size: 16px !important; /* 22 SEP 2020 Old Value: 14 */
	font-style: normal !important;
	line-height: 20px !important;
	letter-spacing: 0.03em !important;
	font-weight: 900 !important;
	color: #000000 !important;

	/** 
    font-weight: 900!important;
    font-size: 14px!important;
    line-height: 20px!important;
    letter-spacing: 0.03em!important;
    color: #000000!important;


    font-weight: 500!important;
    font-size: 14px!important;
    line-height: 20px!important;
    letter-spacing: 0.03em!important;
    color: #555555!important; 02 SEP 2020**/
}

.cardDataFont, .card-text {
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 16px !important;
	letter-spacing: 0.03em !important;
	color: #444444 !important;
}

.css-1n4u3nr {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	color: rgb(40, 55, 121);
	max-width: 500px;
	padding: 32px 16px 16px;
	margin: 0px auto 0px;
}

.card-title, .slot-header {
	text-transform: none !important; /* 19 SEP 2020*/
	text-align: center !important;
	font-size: 20px !important; /* 22 SEP 2020 - Increase Card Title Text Font Size*/   
	font-weight: 700;
	background: #e4f1ff !important;
}

.card-title {
	padding-top: 0.5em !important;
}
.addHelpBtn{
	width : 16px;
	height : 16px;
	border : none;
}
.addHelpBtnnor{
	background : url(../images/icnHelp.png) no-repeat;
	border : none;
	cursor : pointer;
}

.tooltip-inner{
    max-width: 300px !important;
    text-align: left !important;
}

@media only screen and (max-width: 991px) {
	#ApptDivId{
		display: none;
	}
	#divConsultationProvider {
		display: none;
	}
	#HeaderNoteDivId {
		display: none;
	}
	.close {
		position: unset;
		top: 0px;
		right: 0px;
	}
	#modal-content01 {
		width: 100%;
	}
	.MobileDocView {
		width: 30% !important;
		padding-left: 10px;
	}
	.MobileApptDetails {
		width: 70% !important;
	}
	#Apptbutton {
		float: right;
	}
	.btn-block {
		margin-top: 0.4rem !important;
	}
}
/** -----------	Change  Password START ------------*/
.change-password-right-panel-container
{
	background: #FBFBFB;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 6px;
}
.change-password-right-panel-title
{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 0.95rem;
	line-height: 14px;
	letter-spacing: 0.03em;
	color: #777777;
}
.change-password-right-label
{
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 25px;
}
.change-password-right-panel-margin
{
    margin-top: 0.4rem;
    margin-left: 0.9rem;
    margin-bottom: 0.4rem;
}
/** -----------	Change Password END------------*/

/** -----------	Swal popup START ------------*/
.swal2-popup .swal2-content {
    font-family: 'Roboto'!important;
    font-weight: 500!important;
    font-size: 1rem!important;
    line-height: 19px!important;
    letter-spacing: 0.01em!important;
    color: #333333!important;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #5E71B4!important;
    font-color: #FFFFFF;
    color: #FFFFFF!important;
}
.swal2-popup {
    width: 30em!important;
}
.swal2-actions {
    margin-right: 0px!important;
}
.swal2-popup .swal2-styled {
    overflow-y: none !important;
    height: 32px !important;
    border: 1px solid #5E71B4!important;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px!important;
    background-color: #FFFFFF!important;
    font-color: #5E71B4!important;
    color: #5E71B4!important;
    float: right;
}

.swal2-footer
{
	margin-left: 12rem;
}

.swal2-container{
	z-index:9999;
}

.swal2-actions .swal2-styled{
	padding-top: 0px!important;
	padding-bottom: 0px!important; 	
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown), html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    height: 100%!important;
    overflow-y: hidden!important;
}
.swal2-popup .swal2-image {
    margin: 0.5em auto!important;
}

.swal2-popup .swal2-title {
    font-size: 20px!important;
}

/** -----------	Swal popup END ------------*/

@media only screen and (max-width: 1024px) {
	#DocDetailsDiv{
		text-overflow: ellipsis!important;
	    overflow: hidden!important;
	    white-space: nowrap!important;
	}
}
@media only screen and (max-width: 991px) {
	 
	 .DocImg{
	 	max-width:80px!important;
	 }
	 .mobile_show
	 {
	 	display:block!important;
	 }
	  .mobile_hide
	 {
	 	display:none!important;
	 }
	 #bap_notification
	{
		display:none;
		padding-top:1rem!important;
	}
	#bap_container_header
	{
		height: 85px!important;
	}
	#logo
	{
		height: 75px!important;
	}
} 
.btn-outline-primary{
	background-color: #fff!important;
    border-color: #8488cd!important;
    color: #8488cd!important;
}
.btn-outline-primary:hover {
    color: white!important;
}
.printBtn{
	padding: 0rem 2rem!important;
	float: right;
	margin-left:10px;
}
.bapCheadCss {
    background: #e4f1ff!important;
    font-weight: 900;
    font-size: 14px;
    padding: 10px 10px 10px 16px;
    height: 2.3rem;
    letter-spacing: 0.03em;
    line-height: 16px;
    text-transform: uppercase;
}	
.bapBodyCss {
    padding: 0!important;
}
.btn-outline-primary:hover {
    color: white!important;
}
.btn-primary{
	background-color: #8488cd!important;
    border-color: #8488cd!important;
    color: #fff;
}