
@media (min-width: 585px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
  
a[href]:after {
    content: none;
}
.list-view {
	list-style: none;
}
.list-group-item {
	padding: 5px;
	
}
.photo-wrapper img {
	position: static;
	margin-top: 50%;
}
.offscreen, .search-wrap, #leftnav, .list-tools-wrap,.nav-tabs,.savenote, .btn, .backtotop, footer, .scheduleNotes label, .breadcrumb  {
	display: none;
}
body.HasLeftNav #sitewrap .container {
	width: 100% !important;
}
.scheduleNotes {
	display: block !important;

}
.scheduleNotes .form-control{
	border: none !important;	
}


::-webkit-input-placeholder { /* WebKit browsers */
  color: transparent !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: transparent !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: transparent !important;
}