.button {
	background: #f60e48 !important;
	padding: 4px 27px !important;
	line-height: 29px !important;
	border-radius: 5px !important;
}
.center.acx_vandal_holder {
	display: block;
	margin-top: 5%;
}
#acx_vandal_access_code
{
	width:70%;
}
#calendar_date input {
	margin-top: 6px;
	font-size: 13px;
	border: 1px solid lightgray;
	padding: 4px;
	border-radius: 6px;
}
.footer_menu_bar .tabbar.ons-tabbar__footer.ons-swiper-tabbar {
	display: table;
}
span.foot_icon {
	text-align: center;
	display: table-cell;
	background: #f9f9f9;
	font-size: 12px;
	border-top: 1px solid lightgray;
	padding-top: 8px;
	color: #444242;
	font-family: arial;
	cursor:pointer;
}
span.foot_icon:hover,span.foot_icon.active
{
	color:#0f85d7;
}
#top_filter_options {
	display: table;
	width: 100%;
	max-width:100%;
	overflow: hidden;
	box-shadow: 0px 0px 5px -1px #574e4e;
}
#top_filter_options .head_filter_button {
	display: table-cell;
	background: white;
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
    min-width:10px;
	color: #555252;
	cursor:pointer;
}
#top_filter_options .head_filter_button:hover,#top_filter_options .head_filter_button.active {
	color: #0076ff;
	margin-bottom: -5px;
}
#top_filter_options .head_filter_button.active::after {
	display: block;
	width: 100%;
	height: 5px;
	background: #0076ff;
	content: " ";
	margin-bottom: -11px;
	margin-top: 5px;
}
.top_banner_holder {
	display: inline-block;
	text-align:center !important;
/*	width:100% !important;	*/
	font-size: 14px !important;
}
.top_banner {
	height: 38px;
	margin-top: 4px;
}
.spacing_sep {
	display: block;
	width: 100%;
	height: 50px;
}
.item_desc {
	width: 100%;
}
.ac_input {
	font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
	border: 0px;
	background: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-size: 14px;
	color: black;
}
.ac_input::placeholder {
	color: gray;
	font-size: 15px;
	font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
}
.add_app_form input,.add_app_form select
{
	color:gray;
}
.qnotes_label {
	background: #dbd5d5;
	padding: 3px;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
	text-align: center;
	border-radius: 5px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	cursor: pointer;
	font-size:12px;
	border: 1px dashed #a4a1a1;
	margin-bottom: 3px;
}
#progressBar {
	width: 100%;
	height: 22px;
	background-color: #0A5F44;
	font-size: 12px;
	font-family: arial;
}

#progressBar div {
  height: 100%;
  text-align: right;
  padding: 0 10px;
  line-height: 22px; /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #CBEA00;
  box-sizing: border-box;
}
.bar.near_time {
	background: #d00909 !important;
	color: white;
}
.card.near_time {
	border: 1px dashed #c61011;
}

.keypad {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: white;
	max-width: 500px;
}
.keypad span {
	background: #e6e6e6;
	display: inline;
	width: 33.33333%;
	border: 1px solid lightgray;
	float: left;
	padding-top: 18px;
	padding-bottom: 18px;
	cursor: pointer;
	font-size: 13px;
	color: #847f7f;
	box-sizing: border-box;
}
.keypad span:hover {
  background: #f0f0f0;
  color: #716d6d;
}
.disabled span,.disabled span:hover,.disabled label {
	opacity: 0.3;
	background: #e6e6e6;
	color: #847f7f;
}
.n_clear {
	background: lightgray;
	padding: 6px;
	box-sizing: border-box;
	width: 13%;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
}
.n_clear:hover
{
	opacity:0.8;
}
.top_banner_holder {
	background: white !important;
}