body
{
        /*background: #aaccff;*/
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
		font-family: ArialClinsis, Arial, Helvetica, serif;
        z-index: 0;
        font-size: 12px;
}
div#menu {
	float: top;
	width: 100%;
	padding-top: 5px;
	background: #7799dd !important;
	font: bold 100% ArialClinsis, Arial, sans-serif;
	font-weight: bolder;
}

#td_lab,.td_lab {
	border-bottom: 1px dashed gray !important;
	text-align: left !important;
}
ul#nav,ul#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0
}

ul#nav {
	float: left;
}

ul#nav li {
	float: left;
	margin-right: 3px;
	text-align: center;
}

ul#nav a {
	float: left;
	padding: 5px 0;
	padding-left: 3px;
	padding-right: 3px;
	background: #BBD9EE !important;
	text-decoration: none;
	color: #444 !important;
	border-color: #546C9C !important;
}

ul#nav a:hover {
	background: #FFA826 !important;
	color: #FFF !important;
}

ul#nav li#current a,ul#nav li#current a:hover {
	background: #FFF !important;
	color: #003 !important;
}

@media print {
	div#menu {
		display: none;
	}
}

td.mainTD {
	border-top: none;
	padding: 10px 10px 10px 10px;
}

#menuPrinc ul li#current a {
	background-color: #fff;
	color: #333 !important;
	border-top: 2px solid #ff7744 !important;
	border-right: 2px solid #ff7744 !important;
	border-left: 2px solid #ff7744 !important;
	height: 27px;
	border-bottom: 0 white !important;
	margin-bottom: -10px;
	position: relative;
}

#sidebar {
	width: 10%;
	padding: 0;
	margin: 0;
	border: 1px solid #eff0f1 !important;
	background-color: #184851 !important;
}

#sidebar h1 {
	background: #a3b7de;
}

#sidebar ul.sidemenu li.active {
	background: url(/images/icon_sortright.gif) no-repeat 2px 1px;
	background-color: white !important;
	color: black !important;
	padding-left: 17px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*
border-left : 2px solid #000000;
border-bottom : 2px solid #000000;
border-top : 2px solid #000000;
border-right : 0 white !important ;*/
	border: none;
	position: relative;
	margin-right: -4px;
}

#sidebar ul.sidemenu a.active,#sidebar ul.sidemenu a.active:hover {
	color: #4ebf37 !important;
}

#current_patient {
	color: blue !important;
	font-family: ArialClinsis, Arial, serif;
	font-size: 10px;
	padding: 2px 0 2px 0;
	margin: 2px 2px 2px 2px;
	background-color: #fdf1d9 !important;
	border: 2px solid #339933 !important;
}

@media print {
	#sidebar {
		display: none;
	}
}

.pie {
	background-color: #449955 !important;
}

.errorDiv {
	display: none;
	font-size: 12px;
	color: red;
	word-wrap: break-word;
	text-overflow: clip;
	max-width: 200px;
	font-weight: normal;
}

@media (max-width: 767px) {
    #videoBG {
        display: none;
    }
    #loginPage {
        background: url('/images/videoADN.png');
        background-size: cover;
    }
}

.fullscreen-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999; /* Ensure it appears on top of everything */
      display: none; /* Hidden by default */
    }

