body,
md-content {
  background-color: #f5f5f5 !important;
}

body > md-toolbar {
  z-index: 3;
}

md-toolbar.md-table-toolbar.alternate {
  color: #1e88e5;
  background-color: #e3f2fd;
}

md-toolbar.md-table-toolbar.alternate .md-toolbar-tools {
  font-size: 16px;
}
.listTrack{
	line-height:18px;
}
md-card:first-child {
  padding: 8px 8px 8px 24px;
}
.shortHeader{
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}
.dateInput{
	
	margin-top: 16px;
	
	
}
.shortInput{
	
	margin-bottom: 5px;
	padding-bottom: 0px;
	
}
.md-button.shortButton{
	margin-bottom: 0px;
	margin-top: 0px;
	min-height:26px;
}
.Signed{
	background-color: #4CAF50;
}
.NoSig{
	background-color: #ffe6e6;
}
.S{
	background-color: #4CAF50;
}
.F{
	background-color: #3F51B5;
}
.A{
	background-color: #FFEB3B;
}
.N{
	background-color: #F44336;
	color: #ffffff;
}
.O{
	background-color: #F44336;
}
.W{
	background-color: #F44336;
}

.checkboxes > md-checkbox {
  margin: 0;
  padding: 16px;
  min-width: 300px;
  flex: 0 0 auto;
}
h3 img {
    max-height: 50px;
}
#map { 
   height: 100%;
   width: 100%;

    margin: 20px 0;
    border-radius: 5px;
    border: 1px solid silver;
}