﻿/*****************************************/
/***      MASTERPAGE STYLE SHEET       ***/
/*****************************************/
/**
 * Forest MasterPage styles for iMIS
 *
 * This document contains styles to properly align the Forest MasterPage.
 * 
 * TABLE OF CONTENTS:
 * General
 * Header
 * Main Content
 * Footer
 * StickyFooter
 **/

/************************************/
/*        General Section           */
/************************************/


    
.GreyLink
{
    color :#434343 !important;
}

.WhiteLink
{
    color :#FFFFFF !important;
}

.BlueLink
{
    color :#036eb9 !important;
}
/* This applies to the loading bar at the top of the page */
#FillProgressDiv
{
    height: 30px !important;
    width: 200px;
    position:absolute;
    z-index: 10000;
    text-align: center;
    vertical-align: middle;
    margin-top: 0.1em;
    padding-top: 0.625em;
    border-color: #c2963d;
    background-color: #434343;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);  
}

/************************************/
/*	       Header Section           */
/************************************/

/* This applies to the area behind the header logo and auxiliary navigation */
#doc3
{
	margin: auto !important;
	width: auto !important;
}
#Menu
{
	float:right;
	display:inline;
	right: 0;
	top: 3px;
}

#homeicon
{
	position: relative; top:24px; left:10px; 
	a:hover   {background-color:red;}
}

#masterHeaderBackground
{
    padding:5px 10px;
	min-height:50px;
}

#masterLogoArea
{
    float:left;
}
#masterSocial
{
   float: right;
}
/* This applies to the header logo */
#masterHeaderImage
{
    float:left;
    margin-top:.4em
}

/*
.homeBanner A
.homeBanner A:hover, .homeBanner A:active, .homeBanner A:focus*/

/* These styles apply to the auxiliary navigation */
.NavigationUnorderedList
{
	padding-left: 0em;
	margin-left: 0.125em;
	margin-right: 0.125em;
	display: inline;
}

.NavigationListItem
{
	list-style-type: none;
	display: inline;
	margin-left: 0em;
}

#masterTopBarAuxiliary div
{
	padding-left: 0.125em !important;
	padding-right: 0.55em !important;
	white-space: nowrap !important;
	line-height: 2em; /* was 33px */
	display: inline;
	clear: both;
}

#masterTopBarAuxiliary input.SurfEdit
{
    /* Remove the extra padding from the surf-to-edit button */
    padding-right: 0px!important;
    vertical-align:middle;
}

#masterTopBarAuxiliary div[role="navigation"] 
{
	float: right;
}

#masterSocialNetworking .ContentItemContainer
{
    float:right !important;
}

#masterTopBarAuxiliary div[role="search"] /* This applies to the global search bar */
{
	float: right;
}

#masterTopBarAuxiliary .NavigationUnorderedList .NavigationListItem .NavigationLink
{
	width: auto !important;
	text-transform: none !important;
	padding-left: 0.313em !important;
	padding-right: 0.313em !important;
}

#masterTopBarAuxiliaryBottom
{
    float:right;
}

#languageLinks
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.DisableSurfToEditButton {
  background-image: url("images/disablesurftoedit.png");
  display: inline-block;
  height: 24px;
  padding-top: 1px;
  vertical-align: top !important;
  width: 24px;
}

/************************************/
/*  	Main Content Section        */
/************************************/
   
/* This applies to the breadcrumb area */
#masterMainBreadcrumb
{
	float: none;
	display:inline;
	line-height:33px;
	color:#a5a5a5;
	font-family: Verdana, Arial;
}

/***** Proxy Panel Styling *****/
/* This applies to the on behalf of (proxy) area */
#masterMainImpersonation
{
	float: right;
}

#ProxyPanelLabels, #ProxyPanelActions
{
    display: inline-block;
}

.ProxyPanelNoContact, .ProxyPanelContact
{
    margin-top: 0.225em;
    line-height:2.4em;
    font-weight:bold;
    padding:0 2em;
    white-space:nowrap;
}

/* This applies to the page tasks (e.g., Print, Email) that appear under the main navigation */
#masterPageTasks
{
	float: right;
	padding: .6em .5em 0;
}

/* Lines up the page tasks buttons */
#masterPageTasks *
{
    vertical-align:middle;
}

#masterContentArea
{
	margin: 0.5em 1.5em;
}

/* This applies to the button area at the bottom of the page (e.g., Save, Cancel) */
#masterMainButtonBar
{
	margin: .5em 2em .5em 0;
	background-color: White;
}

/************************************/
/*	       Footer Section           */
/************************************/

#masterFooterContent
{
	padding-top: 1em;
	padding-bottom: 2.5em;
        background:#252525;
	color:white;
	height: 47px;
}

#masterFooterNavigation .NavigationUnorderedList .NavigationListItem
{
	display: inline-block;
	width: 45.8%;
}

#masterFooterNavigation
{
	float: left;
	width: 32.5%;
	padding-left: 1.5%;
}

#masterFooterCommunications
{
	float: left;
	width: 65.5%;
}

#masterFooterCopyright
{
	clear: both;
	padding-top: .8em;
}

#masterFooterConnectWithUs {
	float: left;
	width: 44%;
	height: 47px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-bottom: .8em;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

#masterFooterNewsletter {
	float: right;
	width: 44.5%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-bottom: .8em;
}

/************************************/
/*    	StickyFooter Section        */
/************************************/
/** Needed for Sticky Footer, http://ryanfait.com/sticky-footer/ **/
*
{
	margin: 0;
}
html, body
{
    height:100%;
	background-color: #f7f7f7 !important;
}

#masterWrapper
{
    min-height: 100%;
	height: auto !important;
	height: 100%;
	/* border:solid #46433A; */ 
}

#masterFooterPush
{
    height:6.2em;
}

/* This defines the width of the content area and the margins */
#masterWrapper, #ft
{
    min-width:940px;
    width:92%;
    max-width:940px;
    position:relative;
    margin-right:auto;
    margin-left:auto;
}

#masterWrapper
{
    margin-bottom: -6.2em;
}

#masterFooterNavigation, #masterFooterCopyright
{
    height:3.1em;
}

/* Needed to get rid of extra padding under the footer */
#masterFooterCopyright .yui-g:after
{
    content: none;
}

/*Custom Styling for Social*/
