.inputwrap input, 
.inputwrap label {
	display:block;
}
#txtFilter, 
#table-form input[type=text],
#datefilterform input[type=text]{
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
#table-form input[type=text]:focus {
  border: 3px solid #555;
}

#table-form input[type=text].med{
	width:200px;
}
#table-form input[type=text].sm{
	width:115px;
}
#table-form input[type=text].lg{
	width:350px;
}
#table-form input[type=text].xlg{
	width:600px;
}

#table-form .selectbox{
	padding: 12px 20px;
  	margin-bottom:9px;
	margin-top:5px;
  	box-sizing: border-box;
}

select.sel {
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  height: inherit;
  vertical-align: initial;
}
.datefilter-butt,.dates-butt{
	border: none;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
}
.datefilter-butt, #save-dates, #save-manage-tickers{
	background: #df8a48;
}
.butt-add{
	background-color: #4CAF50;
}
.butt-del {
	color: white;
	padding: 12px 12px;
	margin: 4px 2px;
	cursor: pointer;
	background: #c00;
	border: none;
}
.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

#msg,.msg{
	background: palegreen;
	padding: 12px 20px;
	border-left: 5px solid #0c0;
	color: black;
	font-size: larger;
	display:none;
}
#err,.err{
	background: lightpink;
	padding: 12px 20px;
	border-left: 5px solid #c00;
	color: black;
	font-size: larger;
	display:none;
}
.err{
	background: lightpink !important;
	border: 3px solid #c00 !important;
}

