
/*Defaults the margins for the h1,h2 and h3 elements to 0px.*/
h1, h2, h3{
	margin:0px;
}


/*Style for the h1 elements.*/
h1
{
	border-radius: 5px;
	background-color: rgb(195,31,56);
	color: white;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom:10px;
}

/*Style for the h2 elements.*/
h2
{
	border-radius: 5px;
	background-color: rgb(165,26,48);
	background-color:#333;
	color: white;
	padding-top: 4px;
	padding-left: 15px;
	padding-bottom: 4px;
}

/*This might not work anymore.*/
.teamH2
{
	background-color: rgb(195,31,56);
}

/*Style for the h2 elements.*/
h3
{
	margin-top:10px;
	margin-bottom:0px;
}

/*Color for the body of each page.*/
body
{
	background-color: rgb(220,215,210);
}

/*Style for some radio questions.*/
#radioQuestion
{
	font-size: 14px;
}

/*Style for some radio elements.*/
radio
{
	margin-top: -5px;
}

/*All buttons are bold.*/
.btn
{
	
	margin-right: 5px;
	font-weight: bold;
}

/*Style for the home button.*/
.homeBtn
{
	padding: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
	margin-left: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 19px;
	border-radius: 10px;
}

/*Style for the home button if used by employee.*/
.homeEmpBtn
{
	border-radius: 10px;
	padding: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 19px;
}

/*Style for the home badge.*/
.homeBdg
{
	font-size: 16px;
	font-weight: bold;
	
}


/*Style for the home green button.*/
.homeBtnBlack
{
	background-color: rgb(65,65,65);
	font-weight: bold;
	color: white;
}

.homeBtnBlack:hover
{
	background-color: rgb(40,40,40);
	color: white;
}

.blackBadge
{
	color: white;
	border: solid rgb(45,45,45) 1px;
	background-color: rgb(0,0,0);
}

/*Style for the home yellow button.*/
.homeBtnWhite
{
	background-color: rgb(250,250,250);
	font-weight: bold;
	color: black;
}

.homeBtnWhite:hover
{
	background-color: rgb(240,240,235);
	color: black;
}

/*Style for the sidebar.*/
.custom_sideBar
{
	text-align: center; 
	font-weight: bold;
}

/*Style for the sidebar comment1.*/
.comment1
{
	margin-top: 40px;
	font-size: 18px;
	font-weight: bold;
}

/*Style for the sidebar comment2.*/
.comment2
{
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}

/*Style for the sidebar side note.*/
.sideNote
{
	border: solid black 1px;
	border-radius: 5px;
	margin-bottom: 15px;
}

/*Style for the sidebar add note button.*/
.addNoteBtn
{
	margin-left: 10px;
}

/*Style for the sidebar comment name.*/
.commentName
{
	padding-left: 3px;
	padding-right: 5px;
	float: left;
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	
}

/*Style for the sidebar delete comment button.*/
.commentDelete
{
	background-color: rgb(195,31,56);
	color: white; 
	margin-top: 14px;
	margin-left: 16px;
	padding: 6px;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	clear: left;
	font-variant: bold;
}

/*Style for the sidebar comment date.*/
.commentDate
{
	padding-left: 3px;
	margin-top: 20px;
	font-size: 14px;
	font-style: italic;
	width: 90%;
}

/*Style for the sidebar comment display.*/
.commentDisplay
{
	clear: left;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	width: 90%;
	word-wrap: break-word;
	padding-left: 3px;
}

/*Style for the sidebar submit button.*/
.commentSubmit
{
	margin-top: 12px;
	font-size: 15px;
	margin-left: 15px;
}

/*Style for the go back button.*/
.goBack
{
	margin-left: 5px;
	background-color: rgb(240,240,240);
}

/*Style for the care label.*/
.careLabel
{
	padding-left: 20px;
	font-size: 16px;
	padding-bottom: 3px;
}

/*Style for the home navigation.*/
.homeNav
{
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	display: inline; 
	padding-top: 0px;
	padding-bottom: 0px;
	float: none; 
	width: 100%;
	text-decoration: none;
	border: 1px solid black;
	padding: 8px;
	border-radius: 5px;
	background-color:white;
	
}

/*Style for the navigation.*/
nav
{	
	text-align: left;
	font-weight: bold;
	font-size: 20px;
}

/*Style for the unlisted navigation.*/
nav ul
{
	list-style: none;
}

/*Style for the listed navigation.*/
nav li{ display: inline; padding-top: 0px; padding-bottom: 0px;}
	
/*Style for the care search bar.*/
.careSearchBar
{
	padding-left: 50px;	
}

/*Style for the width of something.*/
.wide
{
	padding-right: 80px;
}

/*Style for the width of something.*/
.wideSml
{
	padding-right: 30px;
}

/*Style for the width of something.*/
.wideDoi
{
	padding-right: 80px;
	text-align: bottom;
}

/*Style for the width of something.*/
.wideDate
{
	padding-right: 50px;
	
}
#dateInfo
{
	font-size: 18px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 15px;
}
#monthyear
{
	margin-bottom: 5px;
}

#dateHint
{
	font-style: italic;
	font-size: 16px;
	margin-left: 5px;
	margin-bottom: 10px;

}

/*Style for the edit buttons.*/
.edit
{
	background-color: rgb(0,120,160);
	color: white;
	font-weight: bold;
}



/*Style for the edit buttons on the care page.*/
.careEdit
{
	background-color: rgb(0,120,160);
	color: white;
	font-weight: bold;
	float: left;
	margin-bottom: 6px;
}

/*Style for the delete buttons.*/
.delete
{
	background-color: rgb(150,40,40);
	color: white;
	font-weight: bold;
}

/*Style for the add buttons.*/
.add
{
	background-color: rgb(40,150,40);
	font-weight: bold;
	color: white;
}

/*Style for the save buttons.*/
.save
{
	font-weight: bold;
	background-color: rgb(195,195,200);
	padding: 5px;
	margin: -5px 0px 15px 10px;
	font-size: 16px;
	font-weight: bold;	
}

/*Style for the submit buttons.*/
.submit
{
	border-radius: 5px;
	background-color: rgb(200,200,200);
	padding: 5px;
	margin: -5px 0px 15px 10px;
	font-size: 16px;
	font-weight: bold;	
}

/*Style for the care search bar buttons.*/
.careSearchBtn
{
	border-radius: 5px;
	background-color: rgb(240,240,240);
	padding: 5px;
	margin: -24px 0px 15px 30px;
	font-size: 16px;
	font-weight: bold;	
	
}

/*Style for the care search bar.*/
.careSBar
{
	margin: -6px 0px 15px -30px;
	font-size: 14px;

}

/*Style for the care search bar description.*/
.careSearchDesc
{
	font-weight: bold;
}

/*Style for the buttons that needed to be right floated.*/
.rightfloat
{
	background-color: rgb(245,245,245);
	float: right;
	margin-right: 30px;
	margin-top: 2px;
	font-weight: bold;
}

/*Style for the care buttons that needed to be right floated.*/
.careRightFloat
{
	background-color: rgb(245,245,245);
	float: right;
	margin-right: 30px;
	font-weight: bold;
	
}


/*Style for the log out buttons that needed to be right floated.*/
.logOutRightFloat
{
	background-color: rgb(245,245,245);
	float: right;
	margin-right: 30px;
	font-weight: bold;
	margin-top: 3px;
}

/*Style for the question header.*/
.question_header
{
	padding-top: 2px;
}

/*Style for the some descriptions.*/
.desc
{
	font-size: 12px;
}
/*Style for the employee navigation.*/
.employer_nav
{
	font-weight: bold;
	font-size: 16px;
}

/*Style for the employee.*/
.employer_prs
{
	
	font-weight: bold;
	font-size: 22px;
}



.sideBarNav
{
	text-align: center; 
	font-weight: bold;
	font-size: 18px;
	margin-top: -6px; 
	
}


/*Style for the home inbox.*/
.homeInbox
{
	text-align: center; 
	font-weight: bold;
	font-size: 16px;
	margin-top: -6px; 
	
}

/*Style for the number in the inbox.*/
.numInbox
{
	text-align: center; 
	font-weight: bold;
	font-size: 14px;
	margin-top: -3px; 
	
}

/*Style for the horizontal ruler.*/
hr
{
	display: block;
    height: 1px;
    border: 0px;
    border-top: 1px solid black;
    margin: 5px 0px;
    padding: 0px; 
	padding-top: -10px;
}

/*Style for the the pr to be centered.*/
.centerPR
{
	text-align: center;
}
/*Style for the panel handeling.*/
.panel-heading:nth-of-type(even){background-color: rgb(200,200,200)}

/*Style for the table rows.*/
tr:nth-of-type(odd){background-color: rgb(200,200,200);}
tr:nth-of-type(even){background-color: rgb(200,200,200);}

/*Style for the screen layouts.*/
@media screen{
	.screen_hidden{
		display:none;
	}
}
/*Style for the print layouts.*/
@media print{
	.print_hidden{
		display:none;
	}
	
	.print_break_after{
		page-break-after:always;
	}
	
	.print_break_after:last-of-type{
		page-break-after:auto;
	}
}



