﻿/*****************************************/
/***      MASTERPAGE STYLE SHEET       ***/
/*****************************************/
/**
 * Planets MasterPage styles for iMIS
 *
 * This document contains styles to properly align the Planets MasterPage.
 * 
 * TABLE OF CONTENTS:
 * General
 * Header
 * Main Content
 * Footer
 * StickyFooter
 **/

/************************************/
/*        General Section           */
/************************************/

/* This applies to the loading bar at the top of the page */
#FillProgressDiv
{
	position: absolute;
	z-index: 10000;
	text-align: center;
	vertical-align: middle;
	border: solid 0.063em #cdcdcd;
	background-color: #efefef;
	padding: 0.625em;
}

/* This defines the width of the content area and the margins */
#masterTopArea, #masterWrapper, #ft
{
   
    position:relative;
    margin-right:auto;
    margin-left:auto;
}


/************************************/
/*	       Header Section           */
/************************************/

/* This applies to the area behind the header logo and auxiliary navigation */
#doc3
{
	margin: auto !important;
	width: auto !important;
}
#Menu
{
	
}

#masterHeaderBackground
{
    background-color: #253351;
}

#masterLogoArea
{
    width: 936px;
    margin: 0 auto;
}

/* This applies to the header logo */
#masterHeaderImage, #masterEventHeaderImage
{
    float:left;
    margin-top:.4em;
    padding-bottom: .5em;
}

/* 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
{
    float: right;
}

#masterTopBarAuxiliary div
{
	padding-left: 0.125em !important;
	padding-right: 0.125em !important;
	white-space: nowrap !important;
	line-height: 2em; /* was 33px */
	display: inline;

	
}

#masterTopBarAuxiliary input.SurfEdit
{
    /* Remove the extra padding from the surf-to-edit button */
    padding:0!important;
    vertical-align:middle;
}

#masterTopBarAuxiliary div[role="navigation"] 
{
	
}

#masterSocialNetworking, #masterSocialNetworking div
{
    float:right;
}

#masterSocialNetworking strong, #masterSocialNetworking img
{
	vertical-align:middle;
}

#ste_container_SocialNetworking > a
{
	text-decoration: none;
}

/* Style for the search box */
#masterTopBarAuxiliary div[role="search"] 
{
	
}

#masterTopBarAuxiliary .NavigationUnorderedList .NavigationListItem .NavigationLink
{
	width: auto !important;
	text-transform: none !important;
	padding-left: 0.313em !important;
	padding-right: 0.313em !important;
}

#masterTopBarAuxiliaryBottom
{
    float:right;
}

/************************************/
/*  	Main Content Section        */
/************************************/
   
/* This hardcodes the width of the main content area */
#bd {
	margin: 30px auto !important;
	padding-top: 20px;
	width: 936px;
	background-color: white;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 4px 7px 4px #ddd;
	-webkit-box-shadow: 1px 4px 7px 4px #ddd;
	box-shadow: 1px 4px 7px 4px #ddd;
}   
   
   
/* This applies to the breadcrumb area */
#masterMainBreadcrumb
{
	float: none;
	display:inline;
	line-height:33px;
}

/***** Proxy Panel Styling *****/
/* This applies to the on behalf of (proxy) area */
#masterMainImpersonation
{
	float: right;
}

#ProxyPanelLabels, #ProxyPanelActions
{
    float: left;
}

.ProxyPanelNoContact, .ProxyPanelContact
{
    margin-top: 0.225em;
    line-height:2.4em;
    font-weight:bold;
    padding:0 2em;
    white-space:nowrap;
}

/* Remove the "display: none" style to show the page tasks (e.g., Print, Email) */
#masterPageTasks
{
    display: none;
}

/* Lines up the page tasks buttons */
#masterPageTasks *
{
    vertical-align:middle;
}

#masterContentArea
{
    margin: -0.75em 1.5em 0.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          */
/************************************/

#masterFooterNavigation 
{
    width: 936px;
    margin: 0 auto;
}

#masterFooterNavigation .NavigationUnorderedList .NavigationListItem .NavigationLink
{
    padding-left: 0.313em !important;
    padding-right: 0.313em !important;
    color: #E0E0E0;
}

#masterFooterNavigation .NavigationUnorderedList .NavigationListItem:first-child .NavigationLink
{
    padding-left:0!important;
}

#masterFooterCopyright, #masterFooterNavigation
{
    display:block;
    line-height:1.8em;
}

#masterFooterNavigation
{
    padding: .5em .5em .25em;
}

#masterFooterCopyright
{
    padding: .25em .5em .5em;
}

/************************************/
/*    	StickyFooter Section        */
/************************************/
/** Used for Sticky Footer, https://ryanfait.com/sticky-footer/ **/
/**
{
    margin: 0;
}
html, body
{
    height:100%;
}

#masterWrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#masterFooterPush
{
    height:6em;
}

#masterWrapper, #ft
{
    min-width:1000px;
    width:92%;
    max-width:1200px;
    position:relative;
    margin-right:auto;
    margin-left:auto;
}

#masterWrapper
{
    margin-bottom: -6em;
}

#masterFooterNavigation, #masterFooterCopyright
{
    height:3em;
}
