/* Element Site Looks 12/14/17 */
.Homepage
{
font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

.SystemMessage
{
padding-top: 2px;
padding-left: 2px;
}

.InputField
{
color: white;
}

.FullLogo
{
        text-align:center;
        margin-top: -70px;
}

.FastPageWrapper
{
	margin: auto;
	width: 100%;
        background-color: white;
}

.ManagerBase > .ControlContainer
{
    margin: 0;
}

html
{
	background-color: #233D59;
}

body
{
	width: 100%;
}
.ManagerHeader
{
height: 76px;
}

.ApplicationHeaderContainer
{
    background: #233D59;
}
.ApplicationLogoContainer
{
padding-top: 0;
/*set the max height rather than setting an explicit size*/
max-height: 64px;
/*Allow the logo container to shrink for smaller screens*/
height: auto;
}
.ApplicationLogo{
/*shrink the header logo when the screen is smaller*/
max-width: 100%;
}
/*stops the logo from rendering over the developer panel*/
.ManagerHeader
{
z-index: 0;
}
/*hopefully one day someone more skilled at CSS can do this better, until then the header title will just be an image*/
.ApplicationTitle
{
font-size: 0px;
}

.ArkansasFooterContainer
{
	margin: auto;
	width:  100%;
	background-color: #dae5f1;
	padding-top: 5px;
}

.FooterLinks
{
    list-style-type: none;
    margin: 0;
    padding: 2px;
    overflow: hidden;
	text-align: center;
}

.FooterLink 
{
	display: inline;
	margin: 0;
	padding: 0;
	height: 12px;
}

ul.FooterLinks li:first-child:before
{
	content: ""
}

ul.FooterLinks li:before 
{
	content: "| ";
}

.FooterLink a 
{
	color: #233D59;
	font-size:11.5px;
}

/*Changes Login Button looks */
.DocFieldButton
{
    border-radius: 0;
    border: none;
    color: white;
    background-color: #4F81BD;
}

/* makes panel beind login section semi-transparent */
.LoginBox
{
    opacity: .9;
}

/* Makes un-selected tabs at bottom semi-transparent */
.OpaquePanel
{
    opacity: .9;
}

/* Removed text underline when hovering over tab*/
.TopTab a:hover
{
    text-decoration: none;
}

/* Makes white links white and removes outline */
.WhiteLink a:link, .WhiteLink a:visited, .WhiteLink a:hover
{
    color: #fff;
    outline: none;
}

/* Adds the "|" for the footer links */
.BlueLinkWithDivider a:link, .BlueLinkWithDivider a:visited, .BlueLinkWithDivider a:hover, .BlueLinkWithDivider a:before
{
    color: #4f81bd;
    content: "\00a0 | \00a0";
    display: inline-block;
    outline: none;
}
/* Removes outline and sets color for blue links */
.BlueFooterLink a:link, .BlueFooterLink a:visited, .BlueFooterLink a:hover
{
    color: #4f81bd;
    outline: none;
    display: inline-block;
}

/* Removes outline and sets color for blue links */
.BlueLink a:link, .BlueLink a:visited, .BlueLink a:hover
{
    color: #233D59;
    outline: none;
}

/* Removes outline and underline when hovering over white links. Links stay the same color after clicking */
.WhiteIcon a:link, .WhiteIcon a:visited, .WhiteIcon a:hover
{
    color: #fff;
    outline: none;
    text-decoration: none;
}

/* Removes outline and underline when hovering blue links. Links stay the same color after clicking */
.BlueIcon a:link, .BlueIcon a:visited, .BlueIcon a:hover
{
    color: #4f81bd;
    outline: none;
    text-decoration: none;
}


/* End Element looks */

/*Overrides to Core ggWdc WDC.TAP.10.css*/
.Sidebar, .SidebarBackgroundColor
{
	background: #4F81BD;
}

.SessionMessageContainer
{
	max-width: none;
	background: white;
	border: none;
}


/* NOT ON LOGIN PAGE */
.HotTip
{
background: #EFEBEF;
}

/*
/*****Developer's Sidebar*****/
.SidebarSectionDevelopment .SidebarSectionHeader
{
    display: none;
}

.SidebarSection.SidebarSectionDevelopment
{
    display: none;
}*/

/****ATAP Return Separator****/
.TAPReturnSeparator
{
border-bottom: 2px solid black;
}