﻿@import "/_static/Variables.LESS";
@import "Variables";

#footer{
	margin: 0 auto;
	left: 0 !important;
}

/*override styles*/
#header {
    height:0px !important;
    background:none !important;
}
#content {
    background:none !important;
  padding-bottom: 5px !important;
}

#content, #footer
{
  background-color: #fff !important;
}
/* Clear height */
#clearcontent
{
  height: 0 !important;
}
#clearcontent {
    background:none !important;
}
#content #pagecontent .ApplicationTitle
{
	position: static !important;
  margin-bottom: 15px !important;
}
#content #pagecontent .bottomrow{
  padding-top: 0px !important;
  padding-bottom: 25px !important;
}
.ApplicationTitleSub
{
  top: 15px !important;
  left: 45px !important;
}
div#navigation{
  top: 5px !important;
  background: none !important;
}

/*Custom Styles*/

body {  
    padding-top: 0px  !important;
    padding-right: 0px  !important;
    padding-bottom: 0px  !important;
    padding-left: 0px  !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    background-image: none !important;
	background-color: #fff !important;
    background-repeat: none !important;
}

@media screen
{    
    /* Match their font */
    body, input, textarea, td, th
       {
        font-family: 'Noto Sans', Arial, sans-serif !important;
    }
    h2.ApplicationTitle
	{
        font-size: large !important;
    }
    
    body
   {        
        background-image: none !important;        	    
    }
	
	#navigation
	{
		
	}
	
	#content #pagecontent
	{
		top: 23px !important;
	}    

	/* Remove FTG Branding from headers */
	.Links .column .header
	{
	  background: none !important;
	  text-align: center !important;
	  padding-left: 0px !important;
	}
	
	/*
	.LoginBox, .LoginNewUserBox, .SectionBody
	{
	  .newark_border_mixin;
	}

	.LoginBoxHeader
	{
	  .newark_lightheader_mixin;
	}
	

	#content #pagecontent .bottomrow .Links .column
	{
	  border: none !important
	}

	#content #pagecontent .bottomrow .Links .header,
	.SectionHeaderTitle
	{
	  .newark_lightheader_mixin;
	  .newark_border_mixin;
	}
	*/
	
}

@media screen
{ 
	.ftg-portal-dialog .MHPublicForm{
		margin-top: 0;
	}
}

@media print
{
    body
       {
        font-size: 8pt !important;
    }   
}