html {
	height: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {		
    padding-bottom: 18px;
    color: #222222;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}

h3 {
    font-size: 26px;
    line-height: 32px;
}

body {	
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;	
	font-family: sans-serif;
	color: #555;
	font-size: 14px;	
	background-position: left top;
	background-repeat: repeat-x;
	color: #666666;
	background-image: url("/images/page_background.jpg");	
	background-repeat: no-repeat;
	background-position: center top;
}

.f404 {
	background-color: #040308 !important;
	background-image: url("/images/lostinspace.jpg") !important;	
	background-repeat: no-repeat !important;
	background-position: center top !important;
	min-height: 450px;
}

p {
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

ul li {	    
    font-family: 'Lato', sans-serif;    
}

.grey_text {
	text-color: #444;
}

.content-panel {
	background-color: rgba(255, 255, 255, 1);
	color: #000;
	padding: 20px;
	padding-bottom: 40px;	
}


a:hover {
	text-decoration: none;
}

.uk-card {
	border: 1px solid #dddddd;
}

.shadow {
	text-shadow: 1px 1px 2px black; 
}

.uk-navbar {	
	background: #f7f7f7;
	border: 1px solid rgba(0,0,0,.1);
    border-bottom-color: rgba(0,0,0,.3);
	background-origin: border-box;
	background-image: linear-gradient(to bottom,#fff,#eee);	
	border-radius: 0px;	
}

.uk-navbar-nav>li>a {	
	color: #000;
	height: 40px;
	font-size: 1.1rem;
}

.uk-navbar-nav>li>a:hover {	
	color: #ff6d00;	
}

.uk-active > a {
	color: #ff6d00 !important;
}

.uk-panel-box {
	border-radius: 0px;
}

.header_panel {	
	height: 165px;	
}

.menu_panel {
	min-width: 240px !important;
}

.top_logo {
	position:relative;
	margin-top: 20px; 
	margin-left: 20px; 
	margin-bottom:-80px;
	float: left;
	z-index: 10;
}

.login_form_link {
	color: #999;
	font-size: 0.8rem;	
}

.login_form_link:hover {
	color: #fff;	
}

.login_form_link_small {
	color: #333;
	font-size: 1rem;
}

.login_form_link_small:hover {
	color: #1e87f0;	
}

.top_input_transparent {
	background: rgba(255, 255, 255, 0.8);	
}

.login_form_text {
	line-height: 20px;
	text-align: left;
}

.uk-panel-box {
	background: #f7f7f7;
	border: 1px solid rgba(0,0,0,.1);
    border-bottom-color: rgba(0,0,0,.3);
	background-origin: border-box;
	background-image: linear-gradient(to bottom,#fff,#eee);	
	border-radius: 0px;	
	padding-bottom: 20px;
}

.uk-navbar-dropdown {	
	padding-top: 10px;
	padding-bottom: 10px;
	
	background: rgba(255, 255, 255, 0.95);
}



.uk-navbar-nav>li.uk-active>a, .uk-navbar-dropdown-nav>li>a:hover {
    color: #ff6d00;
}

.uk-navbar-nav>li:hover {
    background: #fafafa;
}

.uk-navbar-dropdown-nav>li.uk-active>a {
    color: #ff6d00;
	padding-left: 0px !important;
}

div.top_login {
	float: right; text-align: right; width: 360px;
}
