* {
  box-sizing: border-box;
}

body, td, th {
	font-family: verdana;
	font-size: 12px;
}

.body-div {
	max-width: 900px;
	margin: auto;
}

/* Link colors =======================================*/

a {
	text-decoration: none;
	color: #4678ae;
}

a:hover {
	color: #4678ae;
	text-decoration: underline;
}

/* Timesheet table =======================================*/

.timesheet-table {
	width: 100%;
}

.timesheet-table td {
	padding: 1px;
}

.weekDayHours {
	width: 40px;
	text-align: right;
}

.timesheet-table .entryRows {
  height: 50px;
}

.timesheet-table .project {
  width: 200px;
}

.timesheet-table .taskAndActivity {
  width: 400px;
}

.timesheet-table .description {
  width: 150px;
}

.timesheet-table .noEntries{
	height: 200px;
  text-align: center;
  visibility: middle;
}

.grand-totals {
	border-top: double 3px black;
	border-bottom: double 3px black;
	padding-top: 5px;
}

.grand-totals input{
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Table headers =======================================*/

th {
  text-align: left;
	font-weight: bold;
	padding-bottom: 15px !important;
	vertical-align: top;
}

th .date {
	font-weight: normal;
}

/* Alerts =======================================*/

.alert {
	padding: 15px;
	margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-error {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* Page header layout =======================================*/

.title-left {
	float: left;
	width: 50%;
	padding:0 20px;
}

.title-right {
	float:left;
	width: 100%;
	text-align: right;
	padding:0 20px;
}

/* Navigation bar =======================================*/

.nav-bar {
	width:100%;
	border-bottom: solid 1px #b9b9b9;
	padding-bottom: 10px;
}

.menu-item {
	float:left;
	height: 50px;
	margin: auto;
	font-weight: bold;
	font-size: 14px;
	display: table-cell;
	line-height: 50px;
	padding-left: 50px;
}

.menu-item a {
	color: black;
}

.report-options {
	padding: 15px;
	margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid grey;
    border-radius: 4px;
}

/* Login page =======================================*/

.login-div {
	margin: auto;
	width: 400px;
	border: solid 1px #b9b9b9;
	border-radius: 4px;
	padding: 50px;
}

/* The Modal (background) ============================*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box ===============================*/
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 400px; /* Could be more or less, depending on screen size */
  border-radius: 10px;
}

/* Edit settings page  ===========================*/

.settings-table td {
  padding: 6px 0px 6px 0px;
  border-top: solid 1px #dedddd;
}

/* Reporting table  ==============================*/

.report-table th {
  text-align: left;
  cursor: hand;
}
