/* app css stylesheet */

.info-name {
  min-width: 150px;
}

.info-value {
  min-width: 250px;
}

.info td {
  padding: 8px;
}

.datepicker-fix {
  margin-right: 18px; 
}

@media print
{
	.noprint {display: none;}
	
	md-sidenav {
		display: none !important;
	}
	
	md-toolbar {
		display: none !important;
	}

}

.align-center {
 text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	md-content{
		overflow: visible;
	}

}


