@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------- */
/* GLOBAL */
/* -------------------------------------------------- */
body {
	background-color: #576166;
	background-color: #fff;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	overflow: hidden;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}
*:focus {
    outline: 0 !important;
}
::placeholder {
	color: #aaa;
	font-size: 14px;
}

.ui-icon {
  -ms-transform: scale(1.4); /* IE 9 */
  -webkit-transform: scale(1.4); /* Chrome, Safari, Opera */
  transform: scale(1.4);
}

/*.theme-dialog {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.theme-dialog ul {
	margin-top: 0px;
}*/
/*#application .theme-button,
.ui-dialog .ui-dialog-buttonpane .theme-button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border: 1px solid #333;
}*/
/*.ui-dialog .ui-dialog-buttonpane button {
	margin: 5px 0px 0px 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border: 1px solid #333;
	box-shadow: 1px 1px 3px #555;
}*/
.ui-dialog {
	box-shadow: 3px 3px 5px #888;
}
.background {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.btn-main {
	color: #333;
	border: 1px solid #555;
	background: linear-gradient(#FFF 15%, #c8c8cf) !important;
}
.btn-main:hover {
	/*font-weight: bold;*/
	background: #d4d5da !important;
}
.btn-main.disabled,
.btn-main:disabled {
	color: #333;
	border: 1px solid #555;
	background: linear-gradient(#FFF 15%, #c8c8cf) !important;
	opacity: .3 !important;
	cursor: default; !important;;
}
.btn-main.active {
	font-weight: bold !important;
	border: 1px solid #1f262a !important;
	background: #9fa0a7 !important;
	color: #1f262a !important;
}
.btn-main.active:disabled {
	background: #9fa0a7 !important;
	opacity: .3 !important;
	cursor: default; !important;;
}

.borderless {
	border: none !important;
}


/* -------------------------------------------------- */
/* Main Application */
/* -------------------------------------------------- */
#application {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	/*overflow: hidden;
	white-space: nowrap;*/
}


/* -------------------------------------------------- */
/* Header */
/* -------------------------------------------------- */
.header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 55px;
	width: 100%;
	background-color: #DDE0E2;
	background-color: #eff0f5;

	border-bottom: 1px solid #777;
}
.header .logo {
	background-image: url("../images/logo.png");
	position: absolute;
	top: 10px;
	left: 5px;
	width: 100px;
	height: 40px;
	background-size: 100px 40px;
	background-color: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.header .title {
	position: absolute;
	top: 0px;
	left: 110px;
	font-size: 18px;
	line-height: 55px;
	color: #333;
}
.header .sub-title {
	color: #657076;
}
.header .user-name {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 14px;
	line-height: 55px;
	color: #333;
}


/* -------------------------------------------------- */
/* Footer */
/* -------------------------------------------------- */
.footer {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 40px;
	background-color: #576166;
}
.footer div {
/*	height: 100%;*/
	color: #fff;
	color: #fff;
	font-size: 10px;
	line-height: 40px;
	padding-left:  10px;
	display: inline-block;
}
.footer .powered-by {
	display: inline-block;
	padding-right:  10px;
}
.footer .powered-by a {
	color: #fff !important;
}


/* -------------------------------------------------- */
/* Main Menu */
/* -------------------------------------------------- */
.main-menu {
	position: absolute;

	width: 130px;

	top: 55px;
	left: 0px;
	height: calc(100% - 95px);
	background-color: #DDE0E2;
	background-color: #eff0f5;
	border-right: 1px solid #777;
}


/* -------------------------------------------------- */
/* Date Pickers */
/* -------------------------------------------------- */
.date-pickers {
	position: absolute;
	position: relative;
	top: 0px;
	left: 0px;
	width: calc(100% - 20px);
	width: calc(100%);
	height: 126px;
/*	margin: 10px;*/
	padding: 10px;
	background-color: #576166;
}
.date-pickers .header-text {
	text-align: center;
	font-size: 16px;
	height: 30px;
  line-height: 28px;
  color: #fff;
}
.date-picker {
  background-image: url("../images/cal_icon.svg");
  background-repeat: no-repeat;
  background-position: 6px 5px;
  background-size: 25px 25px !important;

  height: 38px;
  width: 100%;

  border: 1px solid #777;
  border-radius: 4px;
  font-size: 13px;
  padding-left: 36px;

  cursor: pointer;

}
.date-pickers .hr-div {
	padding: 10px 20px 20px 20px;
}


/* -------------------------------------------------- */
/* Practices (left menu) */
/* -------------------------------------------------- */
.practices-menu {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 126px;
	height: calc(100% - 126px);
	height: calc(100% - 166px);
/*	background-color: #DDE0E2;*/
	border-top: 1px solid #333;
/*	border-right: 1px solid #777;*/
	padding-bottom: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.practice {
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}

.practices-menu .practice-modified-date {
	font-size: 9px;
	margin-top: -2px !important;
}

.practices-menu .select-all-btn {
	margin-top: 20px !important;
}

.practice .checkbox {
	width:  24px;
	height: 24px;
	margin-left: 8px;
	border-radius: 15%;
}


.export-print-btns {
	position: absolute;
	bottom: 0px;
	left: 10px;
	right: 10px;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #777;
	display: flex;
	justify-content: center;
	column-gap: 20px;
}

.export-print-btns.bi {
	margin: 0px ;
	padding: 0px;
}
.export-print-btns .bi:hover {
	color: blue;
	cursor: pointer;
}

.export-print-btns .bi-printer {
	font-size: 28px;
	color: #333;
}
.export-print-btns .bi-save {
	font-size: 24px;
	color: #333;
}



/* -------------------------------------------------- */
/* Tab Menu (Doctor, Hygienist, Assistant, Front Desk, Time Sheets) */
/* -------------------------------------------------- */
.tab-menu {
	position: absolute;
	top: 55px;
	left: 130px;
	right: 0px;
	height: 45px;
	border-bottom: 1px solid #576166;
	padding-left: 5px;

}

.tab-menu .tab {
	margin-left: 5px;
	margin-top: 15px;

	width: 80px;
	height: 30px !important;
	font-size: 13px;

	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.tab-menu-btn-selected,
.tab-menu .tab.active {
	cursor: default !important;
	font-weight: normal !important;
	border-bottom: 1px solid #dceefd !important;
	background: #dceefd !important;
}
.tab-menu-btn-selected:hover,
.tab-menu .tab.active:hover {
	background: #dceefd !important;
}

.help-btn {
	position: absolute;
	top: 60px;
	right: 12px;
	margin: 0px !important;
	padding: 0px !important;
	color: #555;
	font-size: 24px;
}
.help-btn:hover {
	color: blue;
	cursor: pointer;
}
.tab-content {
	position: absolute;
	top: 100px;
	left: 130px;
	right: 0px;
	bottom: 40px;
	padding:  10px;
	background-color: #d1e0e2;
	background-color: #dceefd;

}


.tab-content .bi {
	position: absolute;
	top: 2px;
	margin: 0px !important;
	padding: 0px !important;
	color: #333;
	font-size: 22px;
}
.tab-content .bi:hover {
	color: blue;
	cursor: pointer;
}
.report-view-btn-selected {
	color: blue !important;
}
.tab-content .bi-printer {
	right: 12px;
}
.tab-content .bi-save {
	top: 3.5px;
	right: 46px;
	font-size: 20px;
}
.tab-content .practice-view-btn {
	left: 15px;
}
.tab-content .provider-view-btn {
	left: 45px;
}
/*.tab-content .time-sheet-totals-view-btn {
	left: 15px;
	left: 75px;
}
.tab-content .time-sheet-full-view-btn {
	left: 45px;
	left: 105px;
}*/

.tab-content .time-sheet-view-menu {
	position: relative;
	top: 18px;
	left: 8px;
	height: auto;
	width: 60px;
	background: #f9f9f9;
	z-index: 1000 !important;
	border-radius:5px;
	box-shadow: 1px 1px 12px #555;
	border: 1px solid #aaa;
	text-align: center;
}
.ui-widget-overlay {
	z-index: 999 !important;
	opacity: 0 !important;
}
.time-sheet-view-menu .bi {
	position: relative;
}
.time-sheet-view-menu div {
	padding-bottom: 5px !important;
}
.time-sheet-view-menu div:hover {
	background-color: #ddd;
	cursor: pointer;
}
/* -------------------------------------------------- */
/* Report (content data) */
/* -------------------------------------------------- */


.report-container {
	position: absolute;
	top: 36px;
	left: 12px;
	right: 12px;
	bottom: 12px;

	/*border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/

	border: 1px solid #777;
	background-color: #fff;

/*	box-shadow: 1px 1px 1px #888 inset;*/

}

.report-container .default-txt {
	position: absolute;
	top: 20px;
}
.report {
	position: absolute;
	top: 0px;
	left: 0px;
/*	right: 0px;*/
	width: 100%;
	bottom: 0px;
	padding: 10px;

	overflow-y: auto;
	-webkit-overflow-scrolling: touch;

} 

.bg-report-practice {
	background-color: #576166;
	color: #fff;
}

.report table {
/*	border: 1px solid #576166;*/
	background-color: #fff;
}

.report .checkbox {
	width:  24px;
	height: 24px;
	margin-left: 8px;
	border-radius: 15%;
}

.report.doctor-report table td:first-child,
.report.hygienist-report table td:first-child,
.report.timesheet-report table td:first-child,
.report.timesheet-report table th:first-child {
	width: 20%;
	min-width: 150px;
}
.report.doctor-report table tr:last-child td,
.report.hygienist-report table tr:last-child td,
.report.timesheet-report table tr:last-child td,
.report.timesheet-report table tr:last-child th  {
	border-top: 1px solid #555 !important;
	background: #eff0f5;
}

.report.doctor-report table td {
	width: calc(80% / 7);
}
.report.hygienist-report table td {
	width: calc(80% / 8);
}

/*.time-sheet-practice-totals,
.time-sheet-provider-totals,
.time-sheet-overall-totals tr:last-child td,
.time-sheet-overall-totals tr:last-child th {
	border-top: 1px solid #555 !important;
	background: #eff0f5;
}*/


/* -------------------------------------------------- */
/* Loading */
/* -------------------------------------------------- */
.loading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
	font-size: 16px;
	text-align: center;
	color: red;
}
.loading .text-image-container {
	position: absolute;
	top: 40%;
	left: calc(50% - 100px);
}



/* -------------------------------------------------- */
/* Error Message Dialog */
/* -------------------------------------------------- */
#error-message-dialog {
	margin: 20px 10px 10px 10px !important;
}
#error-message-dialog .button-container {
	position: relative;
	display: inline-block;
	
	width: 100%;
	padding: 0px;
	text-align: center;
}
#error-message-dialog .close-button {
	position: relative;
	margin: 20px 0px 0px 0px !important;
	width: 120px;
}



/* -------------------------------------------------- */
/* Media Queries for Responsive */
/* -------------------------------------------------- */

@media (max-width: 767px) { /* xs */
	.header {
		height: 30px;
	}
	.header .logo {
		top: 6px !important;
		left: 5px !important;
		width: 50px !important;
		height: 20px !important;
		background-size: 50px 20px !important;
	}
	.header .title {
		position: absolute !important;
		top: 0px !important;
		left: 60px !important;
		font-size: 12px !important;
		line-height: 32px !important;
		color: #333 !important;
	}
.header .user-name {
		font-size: 10px !important;
		line-height: 32px !important;
	}
	
	.date-pickers input {
		font-size: 9px;
	}
	.main-menu {
		top: 30px;
		width: 110px;
		font-size:  11px;
		height: calc(100% - 70px);
	}

	.timesheets {
		top: 70px !important;
		left: 120px !important;
		font-size: 12px;
	}
	.timesheets .header {
		font-size: 13px;
	}

	.tab-menu {
		top: 25px;
		left: 110px;
		right: 0px;
	}
	.tab-menu .tab {
		width: 42px;
		margin-left: 3px;
		font-size: 12px;
	}
	.tab-content {
		top: 70px;
		left: 110px;
	}
	.help-btn {
		top: calc(100% - 85px);
		left: 75px;
	}

	#loading .text-image-container {
		top: 150px;
		left: calc(50% - 150px);
	}
	
}
@media (max-width: 950px) { /* tablet */
	#office-menu button {
		font-size: 10px !important;
		min-width: 68px !important;
	}
}