	#messagedia {
			transform: none !important; /* Avoid Chrome dropdown bug */
			}
			i[data-bs-toggle="tooltip"] 
			{
			display:inline-block;
			text-align:center;
			line-height:1.3em;
			width:1.5em;
			}
			input,select,textarea
			{
			color:black!important;
			background-color:white!important;
			border:1px solid #aaaaaa!important;
			}
			input:disabled,
			select:disabled,
			textarea:disabled {
			background-color: #fdfdfd!important; 
			color: black!important;
			border:1px outset #f0f0f0!important;
			}
			
			ul li.nav a
			{
			cursor:pointer;
			}
			td i.fa-fw
			{
			text-align:left;
			}
			ul li.nav-item a.active
			{
			font-weight:bold;
			cursor:default;
			}
			
			* {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
			}
			#pdfmodal
			{
				z-index:1060!important;
				}
			body
				{
			backdrop-filter: blur(5px) ;
			background-image: url('https://tslkirklees.org.uk/wp-content/uploads/2021/12/side2.jpg');

			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
			
			}
			div { min-height:0; }
			.tabimage
			{
			height:25px;margin-top:-5px;
			}
			html, body {
			height: 100%;
			
			overflow: hidden;
			margin: 0;
			padding: 0;
			display: flex;
			flex-direction: column;
			}
			.modal-dialog::before {
			content: '';
			position: absolute;
			inset: 0;
			box-shadow: 0 0 10px black;
			border-radius: inherit;
			pointer-events: none;
			}
			.dtbottom
			{
			display:flex;
			flex-direction:row;
			padding:8px 5px;
			padding-bottom:0;
			width:100%;
			align-items:center;
			justify-content: space-between !important;
			}