/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* make transparent link selection, adjust last value opacity 0 to 1.0 */
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	white-space: normal;
	font-size: 0.9rem;
}
/* Label styling */
.inputform-Label {
	
}

.form-Label {
	font-family: 'Courgette', cursive;
	font-size: 13px;
}

.modalform-Label {
	
}

.modalinputform-Label {
	
}

.table tr th {
	font-family: 'Courgette', cursive;
	color: white;
	background-color: darkcyan;
}

.table tfoot tr th {
	background-color: white;
	color: darkcyan;
}

#totalInvoiceTable {
	border: 1px solid darkcyan;
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(68, 156, 156, 0.15);
}

.fc-list-item-marker .fc-event-dot {
	background-color: dodgerblue !important;
}

body {
	-webkit-touch-callout: none;
	/* prevent callout to copy image, etc when tap to hold */
	-webkit-text-size-adjust: none;
	/* prevent webkit from resizing text to fit */
	-webkit-user-select: text;
	/* prevent copy paste, to allow, change 'none' to 'text' */
	background-color: white;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Portrait layout (default) */
.app {
	background: url(../img/logo.png) no-repeat center top;
	/* 170px x 200px */
	position: relative;;
	/* position in the center of the screen */
	left: 50%;
	top: 50%;
	height: 50px;
	/* text area height */
	width: 225px;
	/* text area width */
	text-align: center;
	padding: 180px 0px 0px 0px;
	/* image height is 200px (bottom 20px are overlapped with text) */
	margin: -115px 0px 0px -112px;
	/* offset vertical: half of image height and text area height */
	/* offset horizontal: half of text area width */
}

/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
	.app {
		background-position: left center;
		padding: 75px 0px 75px 170px;
		/* padding-top + padding-bottom + text area = image height */
		margin: -90px 0px 0px -198px;
		/* offset vertical: half of image height */
		/* offset horizontal: half of image width and text area width */
	}
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	text-align: center;
	text-decoration: none;
}

h2:hover {
	text-decoration: none;
}

.event {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px 30px;
	padding: 2px 0px;
}

.event.listening {
	background-color: #333333;
	display: block;
}

.event.received {
	background-color: #4B946A;
	display: none;
}

@keyframes fade {from { opacity:1.0;
	
}

50%{
opacity












































:












































0
.4












































;
}
to {
	opacity: 1.0;
}

}
@-webkit-keyframes fade {from { opacity:1.0;
	
}

50%{
opacity












































:












































0
.4












































;
}
to {
	opacity: 1.0;
}

}
.blink {
	animation: fade 3000ms infinite;
	-webkit-animation: fade 3000ms infinite;
}

.login-block {
	margin-top: 70px;
	margin-bottom: auto;
	float: right;
	height: 100%;
	width: 100%;
	padding: 25px;
}

.carousel-inner {
	border-radius: 0 10px 10px 0;
}

.carousel-caption {
	text-align: left;
	left: 5%;
}

.login-sec {
	padding: 50px 30px;
	position: relative;
}

.login-sec .copy-text {
	position: absolute;
	width: 80%;
	bottom: 20px;
	font-size: 13px;
	text-align: center;
}

.login-sec .copy-text i {
	color: #FEB58A;
}

.login-sec .copy-text a {
	color: #E36262;
}

.login-sec h2 {
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 30px;
	color: rgb(236, 82, 82);
}

.login-sec h2:after {
	content: " ";
	width: 100px;
	height: 5px;
	background: rgba(247, 154, 100, 0.705);
	display: block;
	margin-top: 20px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto
}

.btn-login {
	background: #DE6262;
	color: #fff;
	font-weight: 600;
}

.footer {
	position: relative;
	bottom: 0;
	width: 100%;
	color: black;
	background-color: white;
	opacity: 0.75;
}

.card {
	width: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-radius: 20px;
	box-shadow: 10px 70px 100px #464646c0;
}

.container {
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	align-self: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.labelclass {
	width: 30%;
	text-align-last: auto;
	text-align: start;
	margin-left: 30%;
}

.inputclass {
	text-align-last: auto;
	text-align: start;
	margin-right: 10%;
	width: 30%;
}

.labelclassprofile {
	width: 40%;
	text-align-last: auto;
	text-align: start;
	margin-left: 10%;
}

.inputclassprofile {
	text-align-last: auto;
	text-align: start;
	width: 30%;
}

#navigation {
	top: 0;
	background-image: linear-gradient(to bottom, #52a6ff, #85cffaec)
}

.page-content {
	padding-top: 20px;
}
/* Index Page */
#indexcard {
	width: 26rem;
	margin-top: auto;
	margin-bottom: auto;
	border: 3px solid #ec5252;
	box-shadow: 50px 70px 100px #464646c0;
}

#footr {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-style: unset;
	background-color: rgb(196, 194, 194);
}
/* Navbar */
#navbarDropdownMenuLink {
	font-size: 1rem;
	color: white;
}

.required label {
	font-weight: normal;
}

.required label:after {
	color: rgb(255, 0, 0);
	content: ' *';
	display: inline;
}
/* Toggle Switch */
.toggle.ios, .toggle-on.ios, .toggle-off.ios {
	border-radius: 15px;
}

.toggle.ios .toggle-handle {
	border-radius: 10px;
}

.fc-next-button, .fc-nextYear-button, .fc-prevYear-button,
	.fc-prev-button {
	background-color: rgb(0, 98, 204);
	border-radius: 10px;
	border-color: rgb(0, 98, 204);
}

.fc-center {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(41, 41, 41);
}

.fc-axis {
	padding: 5px;
	font-weight: 400;
	background-color: rgb(255, 245, 204);
}

.fc-row {
	background-color: rgb(255, 245, 204);
}

.fc-day-header {
	font-weight: 400;
}

.fc-bg {
	background-color: #FFFFFF;
}

.applabelclass {
	width: 40%;
	/* 	color: gray !important ; */
}

.appinputclass {
	float: right;
}

.contactusleft {
	width: 80%
}

.printProfile {
	margin-left: 50px;
	/* 	margin-right:auto; */
}

.contactusright {
	float: right;
}

.printborder {
	border-radius: 50px;
}

.cc-selector input {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.bodySectionChart input {
	position: absolute;
	z-index: 99;
}

.bodySectionChart input:active+.bodySection, .cc-selector input:active+.bodySection
	{
	opacity: .9;
}

.bodySectionChart input:checked+.bodySection, .cc-selector input:checked+.bodySection
	{
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

.bodySection {
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	-webkit-filter: brightness(0.75) grayscale(.6) opacity(.9);
	-moz-filter: brightness(0.75) grayscale(.6) opacity(.9);
	filter: brightness(0.75) grayscale(.6) opacity(.9);
}

.bodySection :hover {
	-webkit-filter: brightness(1) grayscale(.5) opacity(1);
	-moz-filter: brightness(1) grayscale(.5) opacity(1);
	filter: brightness(1) grayscale(.5) opacity(1);
}

.toothtextcell, .sys1, .sys2, .sys3 {
	padding: 0;
	font-size: 0.85em;
}

.bootstrap-select.form-control {
	border: 1px solid #ced4da;
}

.bs-select-clear-selected {
	font-size: 8px !important;
	font-weight: bolder  !important;
	color: white  !important;
	background-color: red  !important;
	width: 50px !important;
}

.bs-select-clear-selected::before {
	color: white  !important;
	font-weight: bolder  !important;
	content: "Clear "  !important;
}

.filter-option {
	border: 1px solid #bbbaba;
	color: rgb(131, 122, 122);
	border-radius: 2px;
}

.dropdown-toggle:focus {
	border: 1px groove #007bff;
}

.paginate_button {
	position: relative;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #3f9bbf;
}

.modal-lg {
	max-width: 80%;
}

.th1 {
	background-color: hsl(88, 37%, 81%);
}

.th2 {
	background-color: rgb(161, 224, 234);
}
/* Overriding main.css screen width  */
@media screen and (min-width: 768px) {
	.page-wrapper.toggled .page-content {
		padding-left: 238px;
	}
}

.table td, .table th {
	padding: .4rem;
	vertical-align: middle;
}

.videostream {
	height: 200px
}

#screenshot-img {
	height: 200px;
	vertical-align: top;
}
/* Printing */
.printHeader {
	/* 	height: 130px; */
	width: 100%;
	/* 	background-color:rgb(22, 42, 79); */
}

.printFooter, .footer-space {
	height: 35px;
	width: 100%;
}

.printFooter {
	position: relative;
	bottom: 0;
}

.printRxBold {
	font-weight: 430;
	color: rgb(19, 105, 181);
	font-size: 12px;
}

.printHeading1 {
	color: rgb(19, 105, 181);
	font-size: 30px;
	font-weight: 700;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.printAddressL1, .printPhone, .printWebsite, .printLisence {
	color: rgb(22, 42, 79);
	font-weight: normal;
	font-family: Lucida Sans Unicode;
	color: gray;
}

.printBody {
	page-break-before: avoid;
	page-break-after: avoid;
	page-break-inside: auto;
}

#printTable tr, #printTable td {
	page-break-inside: avoid;
}

.printSeparatePage {
	page-break-before: auto;
	page-break-after: auto;
}

.printHeaderDoctorName {
	color: rgb(19, 105, 181);
	font-size: 13px;
	font-family: Gill Sans, sans-serif;
	font-weight: 600;
}

.printHeaderDoctorDegrees {
	font-style: italic;
	color: gray;
	font-size: 11px;
	font-weight: normal;
	margin-top: 1.5px;
}

.printHeaderDoctorSpeciality {
	color: gray;
	font-size: 11px;
	margin-top: -15px;
	font-weight: normal;
}

.printHeaderDoctorLicense {
	color: gray;
	font-size: 11px;
	margin-top: -15px;
	font-weight: normal;
}

.printSubHeading {
	color: rgb(19, 105, 181);
	font-style: italic;
}

.printInvoiceSubHeading {
	color: rgb(19, 105, 181);
	font-style: italic;
}

.hrDivider {
	border: 1.5px solid gray;
	margin-bottom: 10px;
}

.printApplabelclass {
	font-size: 12px;
}

.printAppInputclass {
	font-size: 12px;
}

.printMedicalLabel {
	color: gray !important;
	font-size: 12px;
}

.printTableHead td {
	text-align: left;
	font-weight: normal;
	padding: 5px 30px 5px 30px;
	font-size: 12px;
}

.printTableHead th {
	text-align: left;
	font-weight: 500;
	font-size: 12px;
	color: black;
	font-style: italic;
	padding: 5px 30px 5px 30px;
}

.printtheadCC td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}

.printtheadCC th {
	text-align: left;
	font-weight: 500;
	font-size: 12px;
	color: black;
	font-style: italic;
}

.contactusHeading {
	font-style: italic;
	color: black;
}

.contactUsName {
	font-size: 15px;
	color: #ff8300;
}

.contactusAddress {
	font-size: 13.5px;
	color: #1369b5;
}

.doctApptTariffInput {
	/* 	float: right; */
	color: blue;
}

.doctApptTariffLabel {
	color: red;
}

.doctApptTariffTotalLabel {
	font-weight: bold;
	color: orange;
}

.doctApptTariffTotalInput {
	/* 	float: right; */
	color: green;
	font-weight: bold;
}

#tblMdlPatientPaymentDetails td:last-child {
	width: 300px;
}

#hrSeparator {
	margin-bottom: 1%;
	margin-top: 1%;
}

label.error {
	color: #fe5151;
	font-style: italic;
	font-size: 11px;
}

p.error {
	color: #fe5151;
	font-style: italic;
	font-size: 11px;
	line-height: 2px;
}

.orInDocApptFile {
	font-size: 16px;
	margin-top: 100px;
	font-weight: bold;
	color: navy;
}

.docApptFileUpload {
	margin-top: 50px;
}

/* Doctor home page */
.fc-list-item-title a:hover {
	cursor: pointer;
}

.fc-list-table td, .fc-list-table tr {
	padding: 10px;
}

.patientFeedbackRadio {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.patientFeedbackImg {
	cursor: pointer;
	font-size: 40px;
}

.patientFeedbackStars {
	color: orange;
	font-size: 8px;
}

.patientFeedbackRadio:checked+.patientFeedbackImg {
	opacity: 1;
	font-size: 48px;
}

.modal-small {
	max-width: 50%
}

/*Help Page*/
.helpContainer {
	height: 100px;
	width: 100px;
	position: relative;
	border-radius: 25px;
}

.helpImage {
	margin-left: 18px;
	font-size: 40px;
	color: #8c5858;
}

.helpText {
	color: white;
	font-size: 16px;
	text-align: center;
}

.helpModal {
	background-color: #777;
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
}

.helpModal.active, .helpModal:hover {
	background-color: #555;
}

.helpModal:after {
	content: '\002B';
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.helpModal.active:after {
	content: "\2212";
}

.helpModalImage {
	width: 70%;
}

.modal-xl {
	max-width: 75%;
	max-height: 500px;
}

.helpContainer a:hover {
	border: none;
}
/* .helpContainer a:link { */
/* 	color: transperent; */
/* } */
.homeHospitalName {
	font-size: 16px;
	color: darkcyan;
	font-weight: 1000;
}

.dataTables_scroll {
	overflow: auto;
	width: 100%;
}

.table-cell-edit {
	background-color: lightgoldenrodyellow;
}

textarea{
	white-space: pre;
}

#txtDescriptiveRange{
	white-space: pre;
}

.mainheading {
	color: rgb(0, 139, 139);
	font-weight: bolder;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 2rem;
}

/**Bootstrap 5 upgrade fixes**/
.form-group {
  margin-bottom: 1rem;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col {
  padding-left: 5px;
  padding-right: 5px;
}

label {
  margin-bottom: 0.5rem;
}


.row > * {
	 width: none; 
}

.modal-title{
	color:royalblue;
}

.popover-header > .close {
	background-color: red;
	border-radius: 8px;
	margin: 10px;
	color: white;
	height: 25px;
	width: 25px;
}

.dataTables_wrapper .flex-wrap {
	float: left;
}

.dual-listbox .dual-listbox__item {
	padding: 0;
}

.dual-listbox .dual-listbox__title {
	padding: 0;
	font-size: medium;
	font-weight: 700;
}

.dual-listbox .dual-listbox__button {
	background-color: #1ed554;
	color: #1e2f8a;
	font-weight:bold;
}

.dlbAppFeatures{
	margin-top : 30px;
}

.dual-listbox .dual-listbox__available, .dual-listbox .dual-listbox__selected{
	height: 600px;
}

input[type='number']:read-only,input[type='text']:read-only, input[type='email']:read-only, input[type='phone']:read-only,input[type='tel']:read-only,
	textarea:read-only {
	background-color: gray;
	color: white;
}

/**Bootstrap toggle**/
.toggle.btn-sm {
	height: 30px;
	width: 80px;
}

.toggle.btn-md {
	height: 40px;
	width: 100px;
}

.toggle.btn-lg {
	height: 40px;
	width: 150px;
}

.dual-listbox .dual-listbox__available, .dual-listbox .dual-listbox__selected {
		width: 385px;
}

.multilinetext{
	white-space:pre-line;
}

.multilinetextpre{
	white-space:pre;
}
