body {
	padding-top: 65px;
}

.navbar-payroll {
	background-color: #3498db;
}

.navbar-payroll .navbar-nav > li > a {
	color: white;
}

.navbar-blue {
	background-color: #337AB7;
}

.navbar-blue .navbar-nav > li > a {
	color: white;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: solid;
}

.navbar-brand {
	color: white;
}

.btn_link {
	width: 300px;
	height: 300px;
	border-radius: 50%;
}

.vcenter {
    vertical-align: middle;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-top-115 {
	padding-top: 115px;
}

.fileView{
	height: 206.5px;
	border: 1px solid;
	padding: 15px;
}

.tableFileView{
	border: 1px solid;
	padding: 15px;
	width: 100%;
	margin-bottom: 5px;
}

.contentFileViewLeft{
	float: left;
	width: 50%;
}

.contentFileViewRight{
	float: right;
	width: 50%;
}

.fileButton{
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid black;
	border-radius: 100px;
	height: 25px;
	width: 25px;
	background: transparent;
}

.fileButtonClicked{
	background-color: #4285f4;
}

.FixedHeightContainer {
	border: 1px solid;
}

.Content {
	height: 545px;
	overflow: auto;
	background: #fff;
}

.btn-notes {
    color: #fff;
    background-color: #9b59b6;
    border-color: #9b59b6;
}

.notesTable{
	table-layout: fixed;
}