.employee-profile-table tbody > tr > td 
{
	padding: 5px;
	border-top: none;
}

.employee-profile-table tbody > tr > td:first-child 
{
	font-weight: bold;
}

.document-list-table tbody > tr:first-child > td:first-child 
{
	border: 1px solid #ddd;
}

.document-list-table {
	border-collapse: separate;
    border-spacing: 0 2px;
    border: none;
}

.document-list-table .hidden {
	display: none;
}

.document-list-table tbody > tr > td:first-child {
	padding: 3px;
}
.filters{
	margin-bottom: 12px;
}
.filterCheckox.form-inline .form-check, button {
	margin-left: 8px;
}
.upload-document-btn {
	height: 38px;
}
.navbar-dark .navbar-brand .drug-test-logo {
	display:inline-block;
	margin-left: 12px;
	width: 164px;
	height: 34px;
}
.navbar-dark .navbar-brand .ta-df-logo {
	display:inline-block;
	height: 65px;
}
.my-dot-docs-logo {
	height: 48px;
	display: block;
}
.queue-btn-link {
	color: #333;
	text-decoration: underline;
	line-height: 1.8;
}
.expired-date {
	background:  #ff0000;
}
.expired-date p{
       background-color: #0000FFFF;
       font-weight: bold;
       color: white;
}
.expire-thirty-days {
	background:  #facd91;
}
.expire-sixty-days {
	background:  #feffc9;
}

.card-body {
	overflow-y: auto; /* Allow scrolling if content exceeds the height */
}
.pending-documents, .approved-documents {
	max-height: none;  /* Allow the height to adjust based on content */
	height: auto;      /* Allow the height to adjust based on content */
}
.rejected-documents, .not-needed-documents {
	max-height: none;  /* Allow the height to adjust based on content */
	height: auto;      /* Allow the height to adjust based on content */
}
.pending-documents .pending-documents-list,
.approved-documents .approved-documents-list,
.rejected-documents .rejected-documents-list,
.not-needed-documents .not-needed-documents-list {
	max-height: 50%;  /* Set max height for overflow content */
	overflow-y: auto;  /* Allow scrolling if content exceeds the container's height */
}

.dashboard-table th {
	white-space: nowrap;
}
.single-line-text {
	white-space: nowrap;
}
.login-background-img{
	background: url("../global_assets/images/MyDOTDocs-Login_bkgd.jpg");
	background-size: cover;
}

.btn-blue{
	color: #004d8a !important;
}
.sidebar-bg-blue{
	background-color: #004d8a !important;
}
.btn-primary{
	background-color: #004d8a !important;
	color: white !important;
}
.pagination-blue,.blue-btn{
	background-color: #004d8a !important;
	color: white !important;
}
.pagination-blue-hover:hover{
	background-color: #004d8a !important;
	color: white !important;
}
#dashboard_filter div.row:nth-child(2) div label:nth-child(4){
	border: #ff0000 solid 3px;
}
#dashboard_filter div.row:nth-child(2) div label:nth-child(5){
	border: #facd91 solid 3px;
}
#dashboard_filter div.row:nth-child(2) div label:nth-child(6){
	border: #feffc9 solid 3px;
}
#dashboard_filter div.row:nth-child(2) div label:nth-child(7){
	border: #ADD8E6 solid 3px;
}
.inbox-font {
	font-weight: 600;
	text-decoration: underline;
}
.modal-bg-blue {
	background-color: #004d8a !important;
}
.employee-profile-btn a {
	width: 242px;
	margin-top: 3px;
}
.navbar-header-text {
	color:#000 !important;
	margin: auto;
}
.header-center-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
}
.navbar-header-text h2 {
	font-size: 35px;
	margin: auto;
	text-align: center;
}
.document-image-icon i {
	font-size: 20px;
	margin: 0 6px 6px 8px;
	color: #333;
}
.bg-danger {
	background-color: #f44336 !important;
}
#document_img{
	overflow: hidden;
}
.error {
	color: #f44336;
}
.modal-download-icon {
	float: right;
	margin: 8px 8px 8px auto;
	padding: 12px 24px;
	display: none;
}
.search-field-filter::-webkit-input-placeholder {
	text-align: center;
}
.expired-date input{
	background: #0000FFFF;
	border: none;
	color: white;
}
.expire-thirty-days input{
	background: #facd91;
	border: none;
}
.expire-sixty-days input{
	background: #feffc9;
	border: none;
}
.expire-ninety-days {
	background: #ADD8E6;
}
.expire-ninety-days input{
	background: #ADD8E6;
	border: none;
}
.completed-document input{
	border: none;
}

.single-line-text th {
	white-space: nowrap;
}
.success-message {
	color: #285b2a;
	background-color: #e2f2e3;
	padding: 0.9375rem 1.25rem;
	border: 1px solid #5ab55e;
	border-radius: 0.1875rem;
}
.failure-message{
	color: #7f231c;
	background-color: #fde1df;
	padding: 0.9375rem 1.25rem;
	border: 1px solid #f55246;
	border-radius: 0.1875rem;
}

.employee-note {
	margin-top: 16%;
}

.form_searchButton.search-btn {
	height: calc(1.5385em + 0.875rem + 2px);
}

.move-employee-modal {
	margin-top: 5px;
}
.add-notes-modal, .move-employee-modal:hover {
	cursor: pointer;
}

.policy-trash-icon {
	width: 5%;
}
.upload-policy-procedures-document-modal, .upload-policy-document-modal, .add-policy-modal {
	cursor: pointer;
}

#ui-datepicker-div > div > a.ui-datepicker-prev.ui-corner-all , a.ui-datepicker-next.ui-corner-all {
	top: 50%
}
#ui-datepicker-div > div > a.ui-datepicker-prev.ui-corner-all > span {
	top: 62%;
	margin-left: -5px;
}
#ui-datepicker-div > div > a.ui-datepicker-next.ui-corner-all > span {
	top: 62%;
}
.mcs-deadline-div {
	padding: 13px 5px;
	border: 2px solid #ff69b4;
}
.client-profile-btn a {
	width: 172px;
	margin-top: 3px;
}
.boarding-modal {
	max-height: 250px;
	overflow-y: auto;
}
.btn-primary
{
	cursor: pointer;
}
.pointer-context-menu {
	cursor: context-menu;
}
.btn-extra {
	cursor: pointer;
	color: #ffffff !important;
	background: #8A004D !important;
}

.disabled-content {
	pointer-events: none; /* Disable interactions with the content */
	background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent overlay effect */
}
.nav-tabs-solid .nav-link.active {
	color: #fff;
	background-color: #004d8a !important;
}
.login-page-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.pb-header-logo {
	position: relative;
}
.pb-header-logo span.pb-text {
	font-size: 11px;
	position: absolute;
	top: -25px;
	left: 25px;
	color: black;
}
.ta-logo {
	width: auto;
	height: 100px;
}
.drug-test-logo {
	width: 200px;
}
.has-tooltip {
	position: relative;
}

.has-tooltip::after {
	content: attr(data-tooltip);
	display: none;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	margin-left: 8px;
	background-color: #004d8a;
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 12px;
	z-index: 9999 !important;
}

/* Show tooltip only when sidebar is collapsed and link is hovered */
body.sidebar-xs .has-tooltip:hover::after {
	display: block;
}
