/*-----fonts for website-----*/
@font-face {
	font-family: KlinicSlabBold;
	src: url(../fonts/klinic/KlinicSlabBold.otf);

}

@font-face {
	font-family: KlinicSlabBoldIt;
	src: url(../fonts/klinic/KlinicSlabBoldIt.otf);

}

@font-face {
	font-family: KlinicSlabBook;
	src: url(../fonts/klinic/KlinicSlabBook.otf);

}

@font-face {
	font-family: KlinicSlabBookIt;
	src: url(../fonts/klinic/KlinicSlabBookIt.otf);

}

@font-face {
	font-family: KlinicSlabLight;
	src: url(../fonts/klinic/KlinicSlabLight.otf);

}

@font-face {
	font-family: KlinicSlablightIt;
	src: url(../fonts/klinic/KlinicSlabLightIt.otf);
}

@font-face {
	font-family: KlinicSlabMedium;
	src: url(../fonts/klinic/KlinicSlabMedium.otf);
}

@font-face {
	font-family: KlinicSlabMediumIt;
	src: url(../fonts/klinic/KlinicSlabMediumIt.otf);
}


html,
body {
	/* font: bold italic 12px Bookman Old Style; */
	margin: 0;
	padding: 0;
	height: 100%;
	color: #333333;
	line-height: 1.427899;
	font-family: 'Nunito Sans', sans-serif;
	height: 100%;
	width: 100%;
	transform: unset !important;
}

.mouse-pointer {
	cursor: pointer;
}

.vertical-middle {
	vertical-align: middle;
}

.vertical-top {
	vertical-align: top;
}

.in-block {
	display: inline-block;
}

.hoverable:hover {
	background: rgba(0, 0, 0, 0.1);
}

.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

a.remove-deco:hover,
a.remove-deco:active,
a.remove-deco:focus {
	text-decoration: none;
}

.text-grey {
	color: grey;
}

.pale-bg {
	background: #eef7fa;
}

.reset-content-margin {
	margin: -17px
}

.dark-blue {
	color: #323b6e;
}

.dox-blue {
	color: #00aeef;
}

.dox-blue-bg {
	background: #00aeef;
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.addSpaceAtEnd:after {
	content: "\00a0 \00a0";
}

.hideOverflow {
	overflow: hidden;
}

.height100Perc {
	height: 100%;
	overflow: hidden;
}

.shiftRight {
	float: right;
	/* padding: 20px 0px; */
	/* width: 20%; */
	width: 29.12%;
}

.editProfileButtonSec {
	display: flex;
	justify-content: end;
	padding: 10px;
}

.editProfileButton {
	width: 85px !important;
	background-color: #00aeef;
	color: #ffff;
	font-size: 20px;
	display: flex;
	padding: 3px 10px;
	/* text-decoration: underline; */
}

.editPencil {
	height: 15px;
	width: 15px;
	margin: 5px 8px;
}

.shiftLeft {
	float: left;
	font-family: KlinicSlabBookIt;
	font-size: 22px;
	color: #666666;
	line-height: 1;
}

.fsmall,
.fsmallBold {
	/* font-size: 10px; */
	font-weight: normal;
}

.flarge,
.flargeBold {
	font-size: 14px;
	font-weight: normal;
}

.fsmallBold,
.flargeBold {
	font-weight: bold;
}

.roundImage {
	border-radius: 50%;
}

.rotate90 {
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	-webkit-transform: rotate(-90deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}

.errorTxt {
	color: #FF0000;
}

.transpColor {
	color: transparent !important;
}

.inlineBlock {
	display: inline-block;
}

.displayBlock {
	display: block;
}

/*.customizedCheckInput*/
.customizedCheckInput input[type="checkbox"] {
	display: none;
}

/*.customizedCheckInput */
.customizedCheckInput span {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url('../content/web_images/check_radio_sheet.png') left top no-repeat;
	cursor: pointer;
}

/*.customizedCheckInput:checked */
.customizedCheckInput.checked span {
	background: url('../content/web_images/check_radio_sheet.png') -24px top no-repeat;
	cursor: pointer;
}

.selectAllDiv .customizedCheckInput span,
.selectAllDiv .customizedCheckInput.checked span {
	background-image: url('../content/web_images/check_radio_sheet_2.png');
}


.dateFieldWrapper {
	display: inline-block;
	border: solid 1px transparent;
	width: 100%;
	position: relative;
}

.hiddenValidatorInput,
.dateFieldWrapper input[type="date"] {
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	bottom: 0 !important;
}

.dateFieldWrapper select {
	padding: 5px 0;
	border: none;
	cursor: pointer;
	background: #F1F1F1;
	outline: none;
}

.dateFieldWrapper>span.btnReset {
	float: none !important;
	width: 25px;
	height: 25px;
	padding: 1px 4px;
	font-size: 12px !important;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border-radius: 50%;
	color: #FFF;
	display: none !important;
}


.dateFieldWrapper.errorBorder {
	/*border: solid 1px #FF0000;*/
}

.loaderContainer {
	background: rgba(27, 27, 27, 0.27) url('../content/web_images/loader.gif') center center no-repeat;
	background-size: 50px;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}

input {
	border: solid 1px transparent;
	background: #F1F1F1;
	outline: none;
	font: inherit;
	padding: 3px;
}

input[type="file"] {
	display: none;
}

.error,
input.error {
	/*border: solid 1px #FF0000;*/
}

input.ng-invalid::before {
	content: "*";
}

button {
	border: none;
	border-radius: 5px;
	font: inherit;
	padding: 5px;
	min-width: 25px;
	/*height: 25px;*/
	cursor: pointer;
	outline: none;
	font-size: 18px;
}

.errorWarningSpan {
	background: transparent url('../content/web_images/info_icon.png') no-repeat center left;
}

.btnBlueBg {
	background-color: #45B3DE;
}

.posAbsolute {
	position: absolute;
}

.fcolor {
	color: #BCBCBC;
}

.colorBlue {
	color: #00aeef
}

.colorBlueBg {
	background-color: #00aeef;
}

.loginContainer {
	background: #00aeef;
	/* width: 1280px; */
	/* border: 1px solid red; */
}

.loginForm {
	/*min-height: 450px;*/
	background: #FFF;
	margin: 0 auto;
	float: none;
	width: 350px;
	padding: 20px 0;
	margin-top: 5%;
	position: relative;
	border-radius: 6px;
}

.loginFooter {
	margin-top: 0;
	background: none;
	color: #FFF;
	padding: 15px 0;
}

.imgHeader {
	float: none;
}

.imgHeader img {
	width: auto;
	margin: 0 auto;
	padding: 15px 0 20px 0;
}

.loginForm .headerLabel,
.loginForm .footerLabel,
.loginForm .footerLabelSmall {
	font-size: 18px;
	text-align: center;
	margin-bottom: 25px;
	font-family: KlinicSlabBookIt;
	font-weight: 600;
}

.loginForm .inputDiv {
	margin: 10px;
	text-align: center;
}

.loginForm .inputDiv input {
	background: #F1F1F1;
	border: none;
	/*border-radius: 5px;*/
	padding: 14px 10px;
	margin: 0 auto;
	font: 15px KlinicSlabBookIt;
	width: 260px;
	font-size: 19px;
	color: #999999 !important;
}

.loginForm .inputDiv button {
	border: none;
	padding: 14px 10px;
	border-radius: 0px !important;
	font-size: 18px;
	margin: 0 auto;
	font: 15px KlinicSlabBoldIt;
	width: 260px;
	text-align: left;
	background: #45B3DE;
	color: #FFF;
	cursor: pointer;
	height: auto;
	position: relative;
}

.loginForm .inputDiv button span {
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.loginForm .inputDiv .textLeft {
	width: 230px;
	text-align: left;
	margin: 0 auto;
	font: 12px KlinicSlabBookIt;
}

.loginForm .inputDiv .textLeft span {
	position: relative;
	bottom: 3px;
	font-size: 18px;
}

.loginForm .textLeft input[type="checkbox"] {
	width: auto;
}

.loginForm .footerLabel {
	text-decoration: underline;
	text-align: center;
	font-size: 20px;
	padding: 0px;
	color: #999999;
	margin: auto;
	display: inline-block;
	width: 100%;
}

.loginForm .footerLabelSmall {
	font-size: 11px;
}

.bottomDiv {
	color: #FFF;
	font-size: 10px;
	font-family: KlinicSlabBookIt;
	font-style: italic;
}

.bottomDiv .shiftRight a {
	color: #FFF;
	text-decoration: none;
}

.errorContainer {
	text-align: center;
	margin: 0;
	padding: 0;
}

.errorContainer li {
	color: Red;
	list-style-position: inside;
	font-family: KlinicSlabBook;
}

/* service.css content copied from doxper site starts */

.privacyPolicy {
	/* height: 800px; */
	/* overflow-y:scroll; */
	overflow: hidden;
}

.privacyPolicy h3,
.termsOfService h3 {
	text-align: center;
	font-family: Klinic1;
	font-size: 35px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
}

.privacyPolicy .privacyPolicyInnerChild,
.termsOfService .termsOfServiceInnerChild {
	/* overflow-y: scroll; */
	height: 500px;
	overflow-y: scroll;
	padding: 20px;
}

.privacyPolicy p,
.termsOfService p {
	font-size: 20px;
	padding: 0px 15px;
	text-align: justify;
	font-family: klinic;
	color: #999999;
}

.privacyPara,
.termsOfServicePara {
	padding: 10px 15px;
}

.privacyPara h3,
.termsOfServicePara h3 {
	text-align: left;
	font-size: 24px;
	font-family: klinic1;
	margin-bottom: 5px;
}

.privacyPolicy .privacyPolicyInnerList li,
.termsOfServiceInnerList li {
	list-style: lower-alpha;
	font-size: 20px;
	padding: 10px 15px;
	text-align: justify;
	font-family: klinic;
	color: #999999;

}

.privacyPolicy .privacyPolicyInnerListNone li {
	list-style-type: none;
	font-size: 20px;
	padding: 10px 15px;
	text-align: justify;
	font-family: klinic;
	color: #999999;

}

.termsOfServiceInnerSubList li {
	list-style-type: lower-roman;
	font-size: 20px;
	padding: 10px 15px;
	text-align: justify;
	font-family: klinic;
	color: #999999;
}

/* service.css content copied from doxper site ends */


/* Some Material Design realated css - DELETE when upgrading framework */

.dox-mat-card {
	padding: 16px;
	border: 1px solid rgba(0, 0, 0, .03);
	background-color: #ffffff;
	border-radius: 8px;
}

.removePadding {
	padding: 0 !important;
}

.dox-mat-card.card-margin {
	margin: 8px;
}

.dox-mat-card .card-title {
	font-size: 22px;
}

.dox-mat-shadow {
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2),
		0 1px 1px 0 rgba(0, 0, 0, .14),
		0 1px 3px 0 rgba(0, 0, 0, .12);
}

.dox-mat-border-radius {
	border-radius: 8px;
}

/* Done material design css */

/* Filter in Live Dashboard */

.filter-container {
	display: flex;
	margin-bottom: 8px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}

.filter-container .filter-label {
	color: gray;
	margin: 0 24px;
}

.filter-container .custom-range .filter-label {
	margin: 0 8px;
	font-weight: 400;
}

.filter-container .custom-range .input {
	background: #fff;
	border: none;
	box-shadow: 0 0 4px 0 #ccc;
	text-align: center;
}

.filter-container .custom-range input::placeholder {
	font-weight: 700;
}

.filter-container .custom-range button.button {
	margin: 0;
}

.filter-container .button {
	border-radius: 8px;
	font-size: 14px;
	padding: 0 16px;
	box-shadow: 0 0 4px 0px #ccc;
	border: 1px solid transparent;
}

.filter-container .button.active {
	box-shadow: 0 0 8px 0 #42aeef;
}

.filter-container .button:active {
	box-shadow: none;
	border: 1px solid #ccc;
}

.filter-container .button:not(:first-child) {
	margin-left: 16px;
}

.filter-container .download-btn span {
	margin-left: 4px;
}

/* Done filter in live dashboard */

/* Doxper Button */

.dox-btn:hover,
.dox-btn:focus,
.dox-btn.dox-btn-secondary:hover,
.dox-btn.dox-btn-secondary:focus {
	box-shadow: 0 0 4px 0 #00aeff;
	outline: none;
}

.dox-btn:active,
.dox-btn.dox-btn-secondary:active {
	box-shadow: 0 0 4px 0 #00aeff inset;
}

.dox-btn.dox-btn-secondary {
	background: #fff;
	border: 1px solid #00aeff;
	color: #00aeff;
}

.dox-btn:not(.dox-btn-secondary):hover,
.dox-btn:not(.dox-btn-secondary):focus,
.dox-btn:not(.dox-btn-secondary):active {
	color: #fff;
}

.dox-btn {
	background: #00aeff;
	color: #fff;
	padding: 8px 2em;
}

.dox-btn.small {
	padding: 4px 1em;
	font-size: 13px;
}

.dox-btn .btn-label {
	vertical-align: middle;
	font-size: 13px;
	padding: 4px 1em;
}

/* Done doxper button */

/* Bootstrap forms */

.form-group:not(.has-error) .help-block {
	display: none;
}

.form-group .help-block {
	text-align: left;
}

@media only screen and (max-width: 600px) {
	.dox-mat-card {
		padding: 1rem;
	}
}

.multiple-users-modal {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.multiple-user {
	background: white;
	border-radius: 5px;
	padding: 2rem 1rem;
	width: 24%;
	position: relative;
}

.multiple-user h2 {
	margin: 0;
	color: #00aeef;
	font-size: 2.2rem;
	width: 100%;
	text-align: center;
	margin-bottom: 1.5rem;
}

.users-list {
	max-height: 24rem;
	overflow: auto;
}

.single-user {
	font-size: 1.5rem;
	padding: 1rem;
	text-align: center;
	border: 1px solid #00aeef;
	border-radius: 5px;
	margin-bottom: 0.5rem;
	cursor: pointer;
	transition: 0.2s;
	text-align: center;
}

.single-user:hover {
	color: white;
	background-color: #00aeef;
}

.single-user:last-child {
	margin-bottom: 0;
}

.multiple-users-modal-close-btn {
	font-size: 2rem;
	color: #00aeef;
	font-style: bold;
	position: absolute;
	top: 0.1rem;
	right: 0.5rem;
	cursor: pointer;
	transition: 0.2s;
}

.multiple-users-modal-close-btn:hover {
	color: red;
}