
/*	
	======================================================================

	stylesheets/public/formatting.css

	======================================================================
	Linda Werner & Associates PHP Library Component
	Copyright 2017 Linda Werner & Associates
	======================================================================
*/

	body {
	
		background-color: #EEE;
	}
	
	.body_text {

		margin: 15px 15% 15px 15%;
		padding-left: 30px;
	}

	.inner_body_text {

		margin: 15px 0;
	}

	#uber_content {
	
		width: 100%;
		min-height: 100%;
		padding: 0;
		background-color: #EEE;
	}
		
	#content {
	
		margin: 50px auto 0 auto;
		padding-bottom: 50px;
	}

	.fullImage {
	
		width: 100%;
		height: auto;
	}		

	/* ------------------ body headers ------------------ */

	.header {

		color: #FF005A;
		font-size: 150%;
		padding-top: 25px;
		margin-bottom: 25px;
		padding-left: 0;
	}
	
	.subheader {
	
		margin: 25px 15% 15px 15%;
		padding-left: 0;
		font-size: 120%;
		font-weight: 600;
	}

	.small {
	
		font-size: 80%;
		line-height: 120%;
	}	


	.pageTitle {
	
		font-size: 150%;
		line-height: 150%;
		font-weight: bold;
		color: #999;
		margin-bottom: 20px;
	}
	
	.indented_body {
	
		margin-bottom: 15px;
		margin-left: 30px;
	}
	
	.negativeIndent {
	
		position: relative;
		left: -30px;
	}
	
	.noBottomMargin {
	
		margin-bottom: 0 !important;
	}

	.space_above {
	
		margin-top: 30px;
	}

	#contractor_menu {
	
		position: absolute;
		top: 110px;
		right: 0;
	}
	
	.tiny_italic_note {
	
		font-size: 75%;
		line-height: 130%;
		font-style: italic;
	}
	
	.add_document {

		display: none;
	
	    background-color: #DDD;
	    
	    margin-top: 20px;
	    padding: 5px 20px 20px 20px;
	    border-radius: 10px;
	}
	
	.add_document_link {
	
		margin-top: 15px;
	}
	
	.indented {
	
		margin-left: 25px;
	}

/* ----------------------------------------------------------------------------------
   home page icons
   ---------------------------------------------------------------------------------- */

	#site_note_div {
	
		position: absolute;
		top: 0px;
		width: 100%;
		text-align: center;
		font-weight: 700;
	}
	
	#site_note {
	
		position: relative;
		margin: 0 auto;
		display: inline-block;
		background-color: #FF005A;
		color: white;
		padding: 5px 15px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}

/* ----------------------------------------------------------------------------------
   home page icons
   ---------------------------------------------------------------------------------- */

	#socialMediaIconFacebook {
	
		position: fixed;
		top: 12px;
		right: 72px;
		z-index: 4000;
	}

	#socialMediaIconLinkedIn {
	
		position: fixed;
		top: 12px;
		right: 36px;
		z-index: 4000;
	}

	#medical_benefit_note {

		display: none;
		padding: 20px;
		background-color: #FF005A;
		border-radius: 8px;
		margin-top: 30px;
		color: white;
		font-weight: 400;
	}
	
/* ----------------------------------------------------------------------------------
   home page icons
   ---------------------------------------------------------------------------------- */

	.skinny_fields .body_text {
	
			margin: 15px auto;
			max-width: 500px;
	}
	
	.login_graphic {
	
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
