
/* ======================================================================================== */
/* C U S T O M I S A T I O N   S T Y L E S H E E T                                          */
/* ---------------------------------------------------------------------------------------- */
/*                                                                                     
	Customisations of the look and feel of Asset Bank should go in here.                                         
*/
/* ======================================================================================== */

.panel__meta {
    font-size: inherit;
}

.nev {
    text-transform: uppercase;
}

.header__logo-container img { 
    max-height: 50px !important;
}

.header {
    padding: 1.75rem 1.5rem;
}


/* ================================================================================= 
	General typography																		
==================================================================================== */

@font-face {
    font-family: 'neutraDemiAlt';
    src: url('../../fonts/NeutraTextTF-DemiAlt.woff2') format('woff2'),
        url('../../fonts/NeutraTextTF-DemiAlt.woff') format('woff'),
        url('../../fonts/NeutraTextTF-DemiAlt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body,
legend {
	color: #000;									/* Colour of the text throughout the application */
	font-family: 'neutraDemiAlt', tahoma, verdana, arial, sans-serif;  
	}		

body { font-size: 100%; }						/* Base font size */	
	
h1 { 													/* Main headings */
	/* color: rgb(1,115,151); */				
	}

a,												
span.required,								
div.copy code
	{
	color: #00008B;						/* Colour of links throughout */
	}

	a { font-weight: normal; }



/* ================================================================================= 
	Layout and positioning																		
==================================================================================== */

#hLinks { 
	margin-top: 16px; 							/* tweak to adjust hLinks position */
	margin-bottom: 13px							/* tweak to adjust search bar position */
	}		

#header img.logo { margin-top:9px; margin-left:20px;}			/* tweak position of logo in header */		
	
#loginPage div.logo, #registrationPage div.logo {
	padding-top:40px;								/* padding around logo on login page */
	padding-bottom: 40px;
	}	

#header {
	height:105px;
	}
	
/* ================================================================================= 
	Colour Scheme																		
==================================================================================== */




/* ================================================================================= 
 	Deactivate nav menu stylings 							 									 		
==================================================================================== */
ul.nav,										/* images/standard/misc/dots.gif */
ul.nav li,									/* images/standard/misc/dots.gif */
ul.nav ul li,								/* images/standard/misc/dots.gif */
ul.nav ul,
ul.nav li.last 	
{
/* 
	background-image: none;
	padding: 0px;
	border: 0px solid #ddd;	
 */
}

ul.nav,								/* Replace image-based dividers with borders */
ul#admin_nav,
ul#upload_nav
{
/* 	border-top-width: 1px;  */
}

ul.nav li,							/* Replace image-based dividers with borders */
ul.nav ul li
{
/* 	border-bottom-width: 1px;  */
}



/* ================================================================================= 
   Deactivate drop shadows				 																
==================================================================================== */
	
/* div.leftShadow, div.rightShadow, div.headShadow, div.lbShadow {
	background: none;
	padding:0;
	} */

	
/* ================================================================================= */
/* Revert to older Asset Bank styles 																 */
/* ================================================================================= */

/* 
#topStrip { background: #fff;}

div.headShadow {
	background: none;
	}
div.headerContent { 
	background: #999;
	border-top:8px solid #333;
	padding: 0 8px 10px 0;
	}	
#header { 
	border:0;
	}	

div.recent {
	padding:8px;
	background-color: #ccc;
	position:relative;
	top:-11px;
	z-index:1000;}

a.imgWrapper {
	position:relative;
	}
			
a.imgWrapper img {margin:0!important;} 

*/


