@charset "UTF-8"; /* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:
		'IBM Plex Sans',
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Helvetica,
		Arial,
		sans-serif,
		Apple Color Emoji,
		Segoe UI Emoji,
		Segoe UI Symbol !important;
	font-size: 12px !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table_content_even td, .table_content_odd td, .msg_content_in td, .msg_content_out td {
	padding: 5px;
	flex: 1;
}
html {
	position: relative;
	box-sizing: border-box;
	min-height: 100%;
	height: 100%;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol !important;
}
/*
*, *.after {
	clear: both;
}
*/
body {
	line-height: 1;
	min-height: 100%;
	height: 100%;
	width: 100%;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol !important;
}
/* End Of CSS Reset */

body {
	margin: 0px;
	font-size: 14px;
	color:#020202;
	background-color: #d5d5d5;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

h1 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
textarea,
select {
	font-size: 14px !important;
	padding: 5px 10px;
	margin: 2.5px;
	min-height: 26px;
	color: #333;
	border: 2px solid #bbb;
	border-radius: 50px;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.2);
	font: 400 13.333px Arial;
}

select.square {
    border-radius: 10px !important;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus {
	outline: none;
	border: 2px solid rgba(255, 0, 0, 0.5);
}
input[type="checkbox"] {
	font-size: 14px;
	padding: 3px;
	margin: 2.5px;
	/* min-height: 26px; */
	width: 26px;
	color: rgba(255, 0, 0, 0.5);
	border-radius: 50px;
}

input[type="checkbox"]:focus {
	outline: none;
	border: 1px solid rgba(255, 0, 0, 0.5);
}

.strength{
	height:0px;
	width:100%;
	background:#ccc;
	margin-top: -7px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
	transition: height 0.3s;
	span {
	  width:0px;
	  height: 7px;
	  display: block;
	  transition: width 0.3s;
	}
}

button, input[type="button"], .button {
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	min-height: 26px;
	font-size: 14px;
	padding: 5px 10px;
	margin: 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #ccc;
	border-radius: 6px !important;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

button:focus,
input[type="button"]:focus {
	outline: none;
	border: 1px solid rgba(255, 0, 0, 0.5);
}

button:hover {
	background-color: #bbb;
}

.large_blue_button {
	margin:10px;
	text-align:center;
	background-color:#c5e0f1;
	cursor:pointer;
}

.ui-widget-overlay {
	background: #666 !important;
	opacity: .50 !important;
	filter: Alpha(Opacity=50) !important;
 }

table, tr, td {
	min-height: 23px !important;
}

input.bigcheck {
	width:50px;
	height:50px;
}
#acweb2_breadcrumbs {
	vertical-align:middle;
	font-size: 12px;
	color: blue;
	text-align: right;
	padding-top: 35px;
	background-color: #fff;
	margin-bottom: 5px;
	margin-left: auto;
	padding-right: 30px;
	width: 99%;
}
@media only screen and (max-width: 850px) {
	#acweb2_breadcrumbs {
		margin-bottom: 0px;
	}
}

/* ------------------------ HEADER ---------------------------- */

#header_wrap{
	background-image: url(/style/header_bg1.gif);
}
.bold {
	font-weight: bold;
}

#old_header_container {
	background-image: url(/style/header_bg2.jpg);
	text-align: right;
	height: 30px;
/*	width: 800px;*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
}
#header_container {
	background-image: url(/style/header_bg2.jpg);
	text-align: right;
	height: 30px;
/*	width: 800px;*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
/* ------------------------ BODY - 2COL ---------------------------- */

#body_topnav_container{
	background-image: url(/style/title_ac1700.gif);
	background-repeat: no-repeat;
	height: 61px;
/*	width: 800px;*/
}

#topnav_home{
	float: left;
}

#topnav_home a{
	float: left;
	height: 40px;
	width: 230px;
	margin-top: 10px;
	margin-left: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.topnav_item {
	float: right;
	padding-top: 22px;
}

.topnav_item a, .topnav_item a:link, .topnav_item a:visited, .topnav_item a:active{
	font-size: 14px;
	color: #bbb;
}

.topnav_item a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbb;
}

.topnav_item_current {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbb;
}

.topnav_div{
	background-image: url(/style/topnav_div.gif);
	height: 44px;
	width: 2px;
	margin-right: 16px;
	margin-left: 16px;
	float: right;
	margin-top: 10px;
}




#body_content{
	padding: 20px;
	float: left;
	width: 549px;
}

.body_content_item{
	float: left;
	margin-bottom: 13px;
	width: 549px;
	font-size: large;
}

.body_content_textbox{
	margin-bottom: 5px;
	display: block;
}

.body_content_fields {
	float: left;
	font-size: medium;
	margin-right: 10px;
}

.body_content_div{
	background-image: url(/style/div_dots.gif);
	height: 1px;
	float: left;
	width: 549px;
	margin-top: 3px;
	margin-bottom: 10px;
	line-height: 0px;
}

.field_medium{
	width: 175px;
}

.field_large{
	width: 250px;
}

#body_footer{
	background-image: url(/style/body_footer.gif);
	float: left;
	height: 108px;
	width: 800px;
}

/* ------------------------ BODY - 1COL ---------------------------- */


#body_container2_1col{
	width: 800px;
	height: 54px;
	background-color:#E6E6E6;
}

#body_footer_1col{
	background-image: url(/style/body_footer_1col.gif);
	float: left;
	height: 108px;
	width: 800px;
}

#header_product_nav{
	color: #0055a5;
	float: left;
	font-size: 12px;
	height: auto;
	padding-top: 1px;
	padding-left: 5px;
	width:auto;
}

#header_status_nav2{
	color: #0055a5;
	float: left;
	font-size: 12px;
	height: 18px;
	padding: 0px;
	padding-top: 0px;
	width: auto;
}

#header_nav_dd{
	color: #0055a5;
	font-size: 12px;
	height: 16px;
	float: left;
	width: auto;
	padding: 0px;

}
.selectStyle select {
   background: #DDDDDD;
   width: auto;
   padding: 0px;
   font-size: 10px;
   color: inherit;
   border: 1px solid #ddd;
   height: auto;
}
.selectStyle {
   width: auto;
   height: auto;
   overflow: hidden;
   background:transparent;
   float: none ;
   font-size: 10px;
}


#body_title_1col{
	color: #0055a5;
	float: left;
	font-size: 10px;
	height: 12px;
	padding-top: 5px;
	padding-left: 40px;
	width: 737px;
}
#body_content_1col{
	padding: 5px;
	float: left;
	width: 760px;
}

.body_content_item_1col{
	float: left;
	margin-bottom: 13px;
	width: 760px;
}

.body_home_item{
	float: left;
	width: 320px;
	background-image: url(/style/icon_home.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	margin-bottom: 25px;
}



/* ------------------------ FOOTER ---------------------------- */

#footer_wrap{
	background-image: url(/style/footer_bg.gif);
	background-repeat: repeat-x;
}

#footer_container{
	background-image: url(/style/footer_bg2.jpg);
	text-align: center;
	height: 80px;
	width: 800px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	line-height: 17px;
}

/* ------------------------ MISC ---------------------------- */

.clear {
	clear: both;
	line-height:0;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.hide {display: none;}

/* --------------------- Forms ------------------------------*/
.edit_form {
	color:#222222 ;

}
.edit_form_content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #fff;
	padding-top: 35px;
	color: #333;
}

@media only screen and (max-width: 850px) {
	.edit_form_content{
		width: 100%;
		align-items: normal;
	}
}
@media only screen and (max-width: 640px) {
	.edit_form_content{
		width: 200%;
	}
}
.edit_form_content > form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.edit_form_content > form > table {
	margin: 20px 0px;
}
.edit_form_entry {
	color: #0000FF;

}
.edit_form_button{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}
.edit_form_button > button {
	margin-right: 10px;
}
.edit_form_button_bottom {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 20px;
	width: 100%;
}
.edit_form_button_bottom > button {
	margin-right: 10px;
}
.edit_form_top {
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
}
@media only screen and (max-width: 650px) {
	.edit_form_top {
		flex-direction: column;
	}
}
.edit_form_top > .left-side {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex: 1;
	padding: 10px;
}
.edit_form_top > .left-side > .form-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	padding: 5px;
}
.edit_form_top>.left-side>.form-row> b {
	margin-left: 5px;
}
@media only screen and (max-width: 450px) {
	.edit_form_top>.left-side>.form-row {
		width: 100%;
	}
}
/* .edit_form_top>.left-side>.form-row>input[type="text"],
.edit_form_top>.left-side>.form-row select,
.edit_form_top>.left-side>.form-row select > option {
	width: 100%;
	min-width: 100%;
	margin-bottom: 5px;
}
@media only screen and (max-width: 850px) {
	.edit_form_top>.left-side>.form-row>input[type="text"],
	.edit_form_top>.left-side>.form-row select,
	.edit_form_top>.left-side>.form-row select > option {
		width: 100%;
		min-width: 100%;
	}
} */
.edit_form_top > .right-side {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	margin-bottom: 10px;
}
.edit_form_top>.right-side>.img-preview {
	width: 120px;
	height: 160px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.edit_form_top>.right-side>.img-preview > img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.edit_form_top > .right-side > .img-select {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-top: 20px;
}
.edit_form_top>.right-side>.img-select > label {
	margin-bottom: 5px
}
.edit_form_top>.right-side>.img-select > input[type="file"] {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	min-height: 26px;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #bbb;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
.edit_content_highlight{
	background-color:#f9f0ae;
	background-color:#EE3A43;
}

.edit_form_separator{
	color:#EE3A43;
	margin-top: 3px;
	margin-bottom: 10px;
	height: auto;

}
.edit_form_action_separator{
	color:#bbb;
	margin-top: 2px;
	margin-bottom: 2px;
	height: auto;
}
.edit_form_dropdown{
	font-size: 14px;
	color: #0000FF;
}
.eventmessage{
	margin-left:50px;
	padding:3px;
	background:#ffc;
	border:1px solid #999;
}
/* File table decorators */
.files_table {
	height:auto;
	width:400px;
	vertical-align:top;

	border-width:1px;
	border:solid;
	border-color:#4297D7 ;

}
.files_table_title {
	height:auto;
	width:100%;
	vertical-align:middle;
	text-align:center;

	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:1px;
	border-color:black;
	border-style:solid;

}
.files_table_header {

	color:black;

/*	background: #bbb;*/
	background:white;


	margin: 0px;
	padding: 0px;
	font-size: 12px;
	vertical-align: middle;
	max-width:1024px;

}
.files_table_content {
	color: #222222;
	background-color: white;
	font-size: 10px;
	margin: 1px;
	border-width:1px;
	border-width:thick;
	border-color:black;
	border:solid;
}

.files_table_content_odd {
	color: #222222;
	background-color: #DAE7E7;
	font-size: 10px;
	margin: 1px;
}
.files_table_content_even {
	color: #222222;
	background-color: white;
	font-size: 10px;
	margin: 1px;
}

/* Event table decorators */
.event_table {
	height:auto;
	width:800px;
	vertical-align:top;
	border-width:1px;
	border:solid;
	border-color:#4297D7 ;
}
.event_table_title {
	height:auto;
	width:100%;
	vertical-align:middle;
	text-align:center;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:1px;
	border-color:black;
	border-style:solid;

}
.table_frame {
	width: 100%;
	padding-bottom: 5px;
	background-color: inherit;
	margin: 2.5px;
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
}
@media only screen and (max-width: 650px) {
	.table_frame {
		padding-bottom: 0px;
		margin: 0px;
	}
}
.table_header_flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 5px;
	width: 100%;
}
@media only screen and (max-width: 850px) {
	.table_header_flex {
		margin: 0px;
	}
}
@media only screen and (max-width: 650px) {
	.table_header_flex {
		margin: 0px;
		width: 100%;
	}
}
.table_header_flex > :first-child {
	margin-bottom: 5px;
}
.table_header_flex > div {
	flex: 1;
	width: 100%;
}
.table_header_flex > div > tbody > tr {
	min-height: 23px !important;
}

.table_header_flex >div >tbody>tr>td {
	min-height: 23px !important;
}

@media only screen and (max-width: 850px) {
	.table_header_flex {
		flex-direction: column;
	}

	.table_header_flex> :first-child {
		margin-bottom: 0px;
		margin-right: 0px;
	}

	.table_header_flex > div {
		width: 100%;
	}
}
@media only screen and (max-width: 650px) {
	.table_header_flex > :first-child {
		margin-bottom: 0px;
	}
}

.setup-container {

}
.table_header {
	height:auto;
	width: 100%;
	color: #222222;
	font-size: 12px;
	flex: 1;
	position: relative;
	overflow: visible;
}
@media only screen and (max-width: 740px) {
	.table_header {
		width: 100%;
	}
}
.table_header > tbody > tr {
	min-height: 23px !important;
}
.table_header > tbody > tr > td {
	min-height: 30px !important;
	height: 30px; /* Safari ignores min-height */
}
.table_header_menu, .tableHeaderMenu {
    width:auto;
    color:#333;
    font-size:10px;
    background:#eee;
    padding: 8px 5px;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	margin-bottom: -1px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    position:relative;
    font-weight:bold;
}
.tableHeaderMenu {
	margin-top: 2px;
	padding-top: 12px;
}
.table_header_menu span.container, .tableHeaderMenu span.container {
    border:1px solid #333;
    margin: 0px 5px 0px;
	padding: 3px 10px 3px;
	white-space:nowrap;
	cursor:pointer;	
}

.table_header_title{
	width: 100%;
	color: #333;
	font-size: 16px !important;
	text-align: center;
	padding: 18px 0px;
}
@media only screen and (max-width: 650px) {
	.table_header_title {
		/* position: absolute; */
		left: 0;
		right: 0;
		width: 100vw;
		box-shadow: none;
	}
	table > tbody > tr > .table_header_bar {
		padding-top: 15px;
		border-right: #aaa;
		border-left: #aaa;
	}
}
.table_header_bar{
	width:auto;
	color: #333;
	background-color:#EEEEEE; /* very light gray */
	margin: 0px;
	padding: 5px 5px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
.table_content{
	color: #222222;
	background: #A3C2C2;
	font-size: 10px;
	margin: 3px;
	padding: 3px;
}
table.eventdetail td {
	padding: 5px;
}
table.eventdetail td.label {
	background-color:#e9e9e9;
}



.msg_content_in,
.msg_content_out {
	color: #333;
	margin: 3px;
	padding: 3px;
	background-color: #ccc;
}

.msg_content_in:hover,
.msg_content_out:hover {
	filter: contrast(70%);
	color: black;
}

.msg_content_out>td,
.msg_content_in>td {
	font-size: 12px;
	padding: 5px;
}

.table_content_odd {
	color: #222222;
	background-color: #DAE7E7;
	font-size: 11px;
	margin: 1px;
	padding: 2.5px;
}
.table_content_even {
	color: #222222;
	background-color: white;
	font-size: 11px;
	margin: 1px;
	padding: 2.5px;
}
span.maplist_linked:after {
	content: 'LINKED';
	color: #f00;
	font-size:0.8em;
	padding-left:5px;
}

.table_content_even:hover,
.table_content_odd:hover {
	background-color: #ddd;
}

.table_content_even>td,
.table_content_odd>td {
	padding: 0 5px;
}

.table_content_highlight, .table_content_highlightu {
	color: black;
	background-color:#F0E0E0;
	font-size: 11px;
	margin: 1px;
}
.table_content_highlightu {
	background-color: #ff0 !important;
}
.table_content_underline{
	color: #222222;
	background: white;
 	margin: 1px;
 	text-decoration:underline;
}
.table_content_oddu{
	color: #222222;
	background-color: #DAE7E7 ;
	font-size: 11px;
	margin: 3px;
	border-top: 2px solid #DAE7E7;
	border-bottom: 2px solid #DAE7E7;
}

.table_content_evenu{
	color: #222222;
	background-color: white;
	font-size: 11px;
	margin: 3px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.table_header_mobile{
	color: #222222;
	background: #bbb;
	margin: 1px;
	font-size: small;
}
.table_content_mobile{
	color: #222222;
	background: #A3C2C2;
	font-size:x-small;
	margin: 1px;
}
.table_content_odd_mobile{
	color: #222222;
	background: #A3C2C2;
	font-size: x-small;
	margin: 1px;
}
.table_content_even_mobile{
	color: #222222;
	background: #DAE7E7;
	font-size: x-small;
	margin: 1px;
}
.dashbar {
	font-size: 12px;
	margin:5px;
	padding:5px;
}
.dashbtn {
	width:76px;
	height:64px;
	font-size:10px;
}

.dashbtnimg {
	width:32px;
	height:32px;
	float:none;
}

.navbtn {
	width:108px;
	height: 96px;
}
.navbtnimg {
	width:48px;
	height:48px;
	float:none;
}
.mini_navbtn {
	width:48px;
	height: 48px;
	font-size: 8px;
	padding:0px;
	margin:0px;
	background-color:transparent;
	border:0px;
	color:#00146A;
}
button.mini_navbtn:hover {
	border-width: 1px;
	border-style: solid;
	border-color: #0055A5;
	background-color:#E6E6E6;
	}
.mini_navbtnimg {
	width:32px;
	height:32px;
	float: none;
	font-size:8px;
	color:#00146A;
}
.arrow_btn {
	width:70px;
	height: 20px;
}
.mini_nava {
	padding-left: 30px;
}

@media only screen and (max-width: 650px) {
	.mini_nava {
		padding-left: 10px;
	}
}
a.mini_nava:link, a.mini_nava:visited, a.mini_nava:active {
	text-decoration: none;
}

.mini_navblockline {
	width:auto;
	height: 48px;
	font-size: 12px;
	padding:0px;
	margin:0px;
	background-color:transparent;
	border-width:1px;
	border-color:transparent;
	color:#00146A;
    text-decoration: none;
    display:inline-block;
    float:none;
    text-align: right;
    vertical-align:middle;
}

.mini_navblock {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80%;
	min-width: 52px;
	height: auto;
	font-size: 10px;
	color:#00146A;
    text-decoration: none;
    display: inline-block;
	text-align: center;
	cursor: pointer;
	margin-bottom: 4px;
	transition: all 0.3s ease-in-out;
}
span#chatcount, span#chatcount > span#numchars {
	font-size:9px !important;
	font-weight:bold;
}
.mini_topnavblock {
	min-width: 25px !important;
}
/* .mini_navblock:hover {
	filter:  brightness(70%);
} */
@media only screen and (max-width: 650px) {
	.mini_navblock {
		
	}
}
.mini_navblockH {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 48px;
	min-height: 48px !important;
	height: auto;
	font-size: 10px;
	color:#00146A;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 10px;
	margin: 2.5px;
	transition: all 0.3s ease-in-out;
}
.mini_navblockH:hover {
	filter: contrast(140%);
}
ul#mobilemenu, ul#conditionmenu, ul#locationmenu {
    position: absolute;
    z-index: 100;
	display: none;
	background-color:#f9f9f9;
	border:1px solid #333;
	border-bottom:2px solid #000;
}
ul#mobilemenu > li, ul#conditionmenu > li, ul#locationmenu > li {
	border-right:1px solid #000;
	border-left:1px solid #000;
	line-height: 17px;
	padding: 3 10 3 5;
}

ul#conditionmenu > li, ul#locationmenu > li {
	padding: 10px;
}

@media only screen and (max-width: 650px) {
	.mini_navblockH {
		min-width: 38px;
		min-height: 30px;
		line-height: 1em;
		height: 2em !important;       /* height is 3x line-height, so two lines will display */
		padding-top: 8px !important;
		margin-bottom: 33px !important;
	}
}
.mini_navseperator {
	width:48px;
	height: 24px;
	font-size: 10px;
	padding:0px;
	margin:0px;
	background-color:transparent;
	border-width:1px;
	border-bottom:#0023B6;
	color:#00146A;
    text-decoration: none;
    display:inline-block;
    float:none;
    text-align: center;
}
.mini_navseperator2 {
	width:24px;
	height: 48px;
	font-size: 10px;
	padding:0px;
	margin:0px;
	background-color:transparent;
	border-width:1px;
	border-color:#0023B6;
	color:#00146A;
    text-decoration: none;
    display:inline-block;
    float:none;
    text-align: center;
    vertical-align:middle;
}
b.mini_navblock:hover {
	background-color:transparent;
}
.mini_navlink { }
a.mini_navlink:hover { }
.mini_navblockimg {
	width: 42px;
	height: 38px;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	transition: all 0.1s ease-in-out;
}
.mini_navblockimgH {
	width:48px;
	height:48px;
	float: none;
	border:none;
	padding-top:0px;
	font-size:8px;
	margin:0px;
}
.mini_navblockimg_hi {
	width:32px;
	height:32px;
	float: none;
	background-color: #1C94C4;
	border:1px;
	padding-top:0px;
	font-size:8px;
	margin:0px;
}
.mini_navblockimg_top {
	width: 25px;
	height: 22px;
	font-size: 3px;
	padding-top: 5px;
	transition: all 0.1s ease-in-out;
}
div#alertButton {
	height: 25px;
	width: 25px;
	margin-left: auto;
	margin-right: auto;
	background: url(/img/alert-button-sm.png);
}
div#alertButton.connected {
	background-position-x: 0;
}
div#alertButton.reconnecting {
	background-position-x: -25px;
}
div#alertButton.disconnected {
	background-position-x: -50px;
}


/* The Tiny Navigation Styles */
a.tiny_nava:link, a.tiny_nava:visited, a.tiny_nava:active {
	text-decoration: none;
}
.tiny_navblock {
	width:24px;
	height: 20px;
	font-size: 6px;
	padding:0px;
	margin:0px;
	background-color:transparent;
	border-width:0px;
	border-color:transparent;
	color:#00146A;
    text-decoration: none;
    display:inline-block;
    float:none;
    text-align: center;
}
b.tiny_navblock:hover {
	background-color:#E6E6E6;
}
.tiny_navblockimg {
	width:16px;
	height:16px;
	float: none;
	border:none;
/*	padding-left: 8px;*/
	padding-top:0px;
/*	margin-left: 8px;*/
	font-size:6px;
/*	color:#00146A;*/
	margin:0px;
}


#body_acweb2{
	width: auto;
/*	background-image: url(/style/body_bgtop_1col.gif);*/
/*	float: left;*/
/*	background-repeat: no-repeat;
	background-position: 0px top;*/
	height: auto ; /* 500px;*/
/*	border: 2px solid #F4F4F4;*/
/*	background-color:#710909;*/
	background-color:#E6E6E6;
/*	border:#000000 ;*/
}

div#map-table > div {
	min-height:24px;
	margin:0px !important;
	clear:both;
}

div#map-table div.table_header_bar {
	max-height:22px !important;
}

div.map-table-checkbox > input[type=checkbox] {
	margin:0px !important;
	position:relative;
	top:3px;
}

div#map-table div.map-table-checkbox {
	width:1%;
	min-width:25px;
	padding:5px;
	float:left;
	padding-top:2px !important;
	padding-bottom:8px !important;
}

div#map-table div.map-table-name {
	width:25%;
	padding:5px;
	float:left;
}

div#map-table div.map-table-type {
	width:6%;
	padding:5px;
	float:left;
}

div#map-table div.map-table-enabled {
	width:6%;
	padding:5px;
	float:left;
}

div#map-table div.map-table-condition {
	width:12%;
	min-width:116px;
	max-width:130px;
	padding:5px;
	float:left;
}

div#map-table div.map-table-checked {
	width:5%;
	max-width:50px;
	padding:5px;
	float:left;
}

div#map-table div.map-table-associated {
	width:15%;
	text-align:center;
	vertical-align:middle;
	padding:1px;
	float:left;
}
/*
div#map-table div.map-table-users {
	width:5%;
	max-width:30px;
	padding:5px;
	float:left;
}
*/
div#map-table div.map-table-qr {
	width:4%;
	padding:5px;
	float:left;
}

div#map-table div.map-table-description {
	padding:5px;
	font-size:12px;
	line-height:12px;
/*	float:left;*/
}

div#map-table div.map-table-description::after {
	float:none;
	clear:both;
}

.float_left {
	float: left;
}

.float_none {
	float: none;
	clear: both;
}

#acweb2_header_status{
	color: #0055a5;
	font-size: 10px;
	padding:0px;
	margin:0px;
}

.acweb2_status_td_light{
	color: #0055a5;
	background-color:#DAE7E7;
	border: 1px solid #001983;
	height:16px;
	font-size: 11px;
}

#acweb2_body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 12px;
	color:#333;
	background-color:transparent;
	overflow: hidden;
}
/* @media only screen and (max-width: 1250px) {
	#acweb2_body {
	overflow: auto !important;
	}
} */

/* @media only screen and (max-height: 800px) {
	#acweb2_body {
		overflow: visible !important;
	}
} */

	#acweb2_table {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: fixed;
	z-index: 100;
	width: 100%;
	background: #d5d5d5;
}
@media only screen and (max-width: 767px) {
	#acweb2_table {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 10;
	}

	div#map-table {
		overflow-x: auto !important;
	}

}

div#collapse-expand1.collapsed {
	top: 0px;
	position: absolute;
	border-bottom:3px double #999;
	background-color: #fff;
	min-height: 20px;
	width: 100%;
}

div#collapse-expand1.collapsed img, div#collapse-expand2.collapsed img {
	content: url('/img/ribbon-collapsed.png');
}


div#collapse-expand2.collapsed {
	position: absolute;
	border-bottom:3px double #999;
	background-color: #fff;
	min-height: 20px;
	width: 100%;
}

#acweb2_table_narrow {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	flex: 1;
}

@media only screen and (max-width: 650px) {
	#acweb2_table_narrow {
		top: 0;
		right: 0;
		left: 0;
		z-index: 10;
	}
}

.acweb2_narrow {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}
#acweb2_main {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	padding-top: 155px;
	flex: 2;
	background-color:#d5d5d5 !important;	
}

@media only screen and (max-width: 750px) {
	#acweb2_main {
		padding-top: 170px;
	
		/* flex-direction: column; */
	}
}

#acweb2_main_narrow {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	flex: 1;
	background-color:white !important;
}
@media only screen and (max-width: 650px) {
	#acweb2_main_narrow {
		flex-direction: column;
		position:absolute;
		padding-right: 80px;
	}
}

.acweb2_body_td {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position:relative;
	left:70;
	width:100%;
	flex: 1;
}
@media only screen and (max-width: 650px) {
	.acweb2_body_td {
		position:absolute;
		left:80;
	}
}

.acweb2_body_td_no_margin {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width:100%;
	flex: 1;
}
@media only screen and (max-width: 650px) {
	.acweb2_body_td_no_margin {
		width:100%;
	}
}

.acweb2_body_map_td {
	width: 1024px;
	height: 1024px;
	vertical-align: top;
	float: none;
	background-color:transparent;
	padding:0px;
	margin: 0px;
}

.acweb2_body_hex_td {
	width:350px;
	vertical-align:middle;
	float:none;
	border: 1px solid #001983;
	background-color:transparent;

}

.acweb2_body_content_hex {
	width:300px;
	height:133px;
	overflow:auto;
}
.acweb2_body_map_content_scroll {
/*
	max-width: 1024px;
	max-height: 1024px;
	overflow: auto;
	float:left;
	vertical-align: top;
	margin:0px;
	padding:0px;
}
.acweb2_body_content {
	width:auto;
	height: auto;
/*	height: 590px;*/
	overflow:visible;
}

.acweb2_devstat_th{
	color: #222222;
	background: #bbb;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
}

.acweb2_devstat_content{
	color:#F3F3F3;
	background: #A3C2C2;
	font-size: 8px;
	margin: 1px;
	padding: 3px;
}
.acweb2_body_content_scroll {
	width:100%;
	height: 100%;
	overflow: visible;
	flex: 1;
}
@media only screen and (max-width: 740px) {
/*	
	.acweb2_body_content_scroll {
		overflow: hidden;
	}
*/
}
.acweb2_status {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 40px;
	color: #f6f6f6;
	font-size: 12px;
	/* margin-bottom: 5px; */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 850px) {
	.acweb2_status {
		margin-bottom: 0px;
	}
}
.acweb2_status>.acweb2_status_td {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 40px;
	flex: 1;
	background-color: #4d4d4d;
	padding: 5px;
}
.acweb2_status > .-status_action_text {
	flex: 2;
}
@media only screen and (max-width: 650px) {
	.acweb2_status {
		font-size: 10px;
		height: 40px;
	}
}


.acweb2_status_td-yellow {
	border-color:#FBDE2D;
	border-radius:6px;
	border-width:2px;
	border-style:ridge;

}

.acweb2_status_narrow {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 40px;
	color: #f5f5f5;
	    background-color: #d5d5d5;
	font-size: 12px;
}

.acweb2_status_narrow>.acweb2_status_narrow_td {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 40px;
	flex: 1;
	background-color: #4d4d4d;
	padding: 5px;
}

.acweb2_status_narrow>.-status_action_text {
	flex: 2;
}
#acweb2_topmenu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-height: 72px;
	color: #333;
	font-size: 12px;
	margin: 1px;
	overflow-x: auto;
	overflow-y: hidden;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
#acweb2_topmenu > a {
	padding: 5px 10px;
	transition: all 0.1s ease-in-out;
	text-decoration: none;
}
#acweb2_topmenu>a > b {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
#acweb2_topmenu>a:hover {
	background-color: #e5e5e5;
}

@media only screen and (max-width: 850px) {
	#acweb2_topmenu {
		margin: 0px;
		font-size: 10px !important;
		overflow-x: auto;
		overflow-y: none;
		max-height: 89px;
	}

	#acweb2_topmenu > a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		text-decoration: none;
	}

	/* #acweb2_topmenu>a > b > img {
		width: 30px;
		height: 30px;
	} */
}
.acweb2_menu_flipside_td {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	min-height: 100px;
	height: auto;
	color: #333;
	background-color: #fff;
	z-index: 2;
	position: fixed;
}
.acweb2_menu_flipside_td > b {
	flex: 1;
	font-size: 10px;
	height: 48px;
	background-color: #fff;
	width: 100%;
	padding: 10px;
}

@media only screen and (max-width: 500px) {
	.acweb2_menu_flipside_td > b {
		height: 60px;
		padding: 5px;
		margin-right: 18px;
	}
	
}
.acweb2_menu_flipside_td>b>img {
	flex: 1;
}
#acweb2_sidemenu {

}
.acweb2_menu_side_td {
	display: flex;
	position: fixed;
	z-index: 5;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
    max-width: 75px;
	width: 100%;
	flex: 1;
	bottom: 0;
	color: #333;
	font-size: 12px;
	background-color:#C5E0F1;
	border: 1px solid rgba(0, 0, 0, 0.05);
	flex-grow: 1;
	margin-right: 5px;
	overflow-y: auto;
	overflow-x: hidden;
	top: 154;
}
@media only screen and (max-width: 1450px) {
	.acweb2_menu_side_td {
		top: 160;
	}
}
@media only screen and (max-width: 550px) {
	.acweb2_menu_side_td {
		top: 170;
	}
}
@media only screen and (max-height: 800px) {
	.acweb2_menu_side_td {
		max-width: 77px;
	}
}
.side_menu_font {
	font-size: 12px !important;
}
@media only screen and (max-height: 800px) {
	.side_menu_font {
		font-size: 10px !important;
	}
}
li.ui-widget-header > div {
	font-size:13px !important;
	margin: 0;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left:5px;
}
li.ui-menu-item > div {
	font-size:11px !important;
}
li.ui-widget-header {
	height:22px;
	border:1px solid #000;
	padding-right: 3px;
}

ul.ui-contextmenu {
	box-shadow: 8px 8px 8px #666;
    -moz-box-shadow: 8px 8px 8px #666;
    -webkit-box-shadow: 8px 8px 8px #666;
}

ul.ui-contextmenu > li {
	border-left:1px solid #000 !important;
	border-right:1px solid #000 !important;
}
li.ui-state-disabled {
	opacity:1 !important;
}
li.ui-state-disabled > div {
	opacity:0.35 !important;
}

	.acweb2_menu_side_td>b {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0px 20px !important;
		white-space: nowrap !important;
	}

	.acweb2_menu_side_td>a {
		margin-right: 0px 30px;
		text-decoration: none;
		text-overflow: ellipsis !important;
		padding-bottom: 10px;
	}
	@media only screen and (max-width: 850px) {
		.acweb2_menu_side_td>a {
			padding-bottom: 10px;
		}
	}
	.acweb2_menu_side_td>a>b {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 20px;
		margin: 0px 15px !important;
		text-overflow: ellipsis !important;
	}

.acweb2_menu_top_td {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	/* flex: 1; */
	bottom: 0;
	top: 0;
	color: #333;
	font-size: 12px;
	background-color: transparent;
	flex-grow: 1;
	margin-right: 5px;
	max-height: 95px;
	overflow-x: auto;
	overflow-y: hidden;
}
@supports not (max-width: 1000px) {
	#dyno_topbar{
		overflow-y: hidden;
		overflow-x: auto;
	}
}
.clock {
	white-space: nowrap;
}
@media only screen  and (max-width: 500px) {
	.clock {
		white-space: normal; 
		}
}
.acweb2_topbar_status {
	margin-right: 10px;
	padding-bottom: 5px;
	padding-right: 18px;
}
.acweb2_topbar_msg {
	margin-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	width: 35%;
	text-align: center;
}

@media only screen and (max-width: 1400px) {
	.acweb2_topbar_msg{
	margin-top: 10px;
	width: 40%;
	}
}
@media only screen and (max-width:650px) {
	.acweb2_topbar_msg{
	width: 100%;
	}
}
.acweb2_topbar_alert {
	display: flex;
	flex-direction: row;
}
.acweb2_nav {
	width: 100%;
	overflow-x: visible;
}
@media only screen and (max-width: 1000px) {
	.acweb2_nav {
		padding-top: 0px;
	}
}
.acweb2_footer {
	color: #0055a5;
	font-size: 8px;
	float:none;
}
.acweb2_footerx {
	display: flex;
	flex-direction: row;
	position: fixed;
    bottom:0%;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	text-align: center;
	background-color: #d5d5d5;
	padding-right: 10px;
	z-index:10;
}

.acweb2_footerx_td,
.acweb2_footerx_td-product_version,
.acweb2_footerx_td-product_right,
.acweb2_footerx_td-username {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: left;
	width: 100%;
	height: 25px;
	flex: 1;
	color: #f6f6f6;
	background-color: #4d4d4d;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
	padding: 0px 10px;
	text-decoration: none;

}
@media only screen and (max-width: 450px) {
	.acweb2_footerx_td-product_right
	{
		display: none;
	}
}	
.acweb2_footerx_td > a {
	text-decoration: none;
}
.acweb2_footerx_text {
	color:white;
	background-color:#4d4d4d;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	margin-right: 100px;
}
.acweb2_footerx_narrow {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	color: #f6f6f6;
	background-color: #4d4d4d;
	text-align: center;
}
.acweb2_footerx_narrow_td {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	flex: 1;
	color: #f6f6f6;
	background-color: #4d4d4d;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
	padding: 0px 10px;
	text-decoration: none;
}
.acweb2_footerx_narrow_td > a {
	text-decoration: none;
}
#acweb2_main_content {
	width: 100%;
	height: 101%;
	color: #333;
	font-size: 12px;
	padding: 0px;
	overflow: hidden;
	 margin-top: 15px;
}


@media only screen and (max-width: 550px) {
	#acweb2_main_content {
		width: 125%;
	}
} */
#acweb2_main_content_narrow {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 12px;
	flex: 1;
}
.advance_search {
	display: flex;
}
@media only screen and (max-width: 850px) {
	.advance_search {
		display: table-cell;
		width: 90px;
	}
} 
.event_title {
	text-align:center; 
	margin-top: 0px;
	margin-left: 60px;
}
@media only screen and (max-width: 850px) {
	.event_title {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 500px) {
	.event_title {
		margin-left: 70px;
		margin-top: -10px;
	}
}
.event_advance_search { 
	margin-bottom: 30px;
}
@media only screen and (max-width: 650px) {
	.event_advance_search {
		margin-bottom: 10px;
	}
}
.report_advance_search {
	display: flex;
	flex-direction: row;
}
@media only screen and (max-width: 800px) {
	.report_advance_search {
		flex-direction: column;
	}
}
.filter_search {
	padding-right: 70px;
}

span.advFilter {
	padding:4px;
	padding-right:8px;
	font-size:0.85em !important;
	white-space:nowrap;
	display:inline-block;
	color:#000;
	border:1px solid #666;
	border-radius:10px;
	margin-right:10px;
	margin-bottom:5px;
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
}

span.advFilter:after {
	content:'✖';
}

span.readerTag {
	background-color:#9ac3db;
}

span.cardholderTag {
	background-color:#dbc09a;
}

@media only screen and (max-width: 925px) {
	.filter_search {
		padding-right: 40px;

	}
}
@media only screen and (max-width: 890px) {
	.filter_search {
		padding-right: 0px;

	}
}
@media only screen and (max-width: 850px) {
	.filter_search {
		display: flex;
	}
}
@media only screen and (max-width: 500px) {
	.filter_search>select {
		width: 40% !important;
	}
}

.searchPanel {
	height: 200;
}

@media only screen and (max-width: 895px) {
	.searchPanel {
		height: 200;
	}
}
@media only screen and (max-width: 650px) {
	.searchPanel {
		height: 190;
		margin-left: 5px;
	}
}
.search {
	display: flex; 
	align-items: center; 
	padding-top: 28px;
}
@media only screen and (max-width: 750px) {
	.search {
		padding-top: 16px;
	}
}
#pre_search {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 100%;
	margin-bottom: 1px;
}
@media only screen and (max-width: 850px) {
	#pre_search {
		font-size: 10px !important;
	}
}
@media only screen and (max-width: 550px) {
	#pre_search {
		width: auto;
	}
}
.general_search {
	height:20px !important;
/*	min-height:0px !important; */
	max-height:20px !important;
	margin-bottom: 5px !important;
	width:280px;
}
.chat_search {
	width: 100%;
	display: flex;
	align-items: center;
}
.chat_top_panel {
	position: fixed; 
	z-index: 10;
	width: 100%;
	background: white;
	margin-top: -17px; 
}
@media only screen and (max-width: 1400px) {
	.chat_top_panel {
		margin-top: -5px;
		
	}
}

@media only screen and (max-width: 750px) {
	.chat_top_panel {
		margin-top: -12px;
		z-index: 10;
		overflow: auto;
	}
}

.chat_fromuser {
	width: 15%; 
	white-space:nowrap;
	padding-right:20px !important;
	padding-left:10px !important;
}
@media only screen and (max-width: 550px) {
.chat_fromuser {
	width: 5%;
	padding-right:10px !important;
	}	
}
.chat_touser {
	width: 15%; 
	white-space:nowrap;
	padding-right:10px !important;
	padding-left:20px !important;
}
@media only screen and (max-width: 550px) {
	.chat_touser {
		width: 5%;
		padding-left:30px !important;
		}	
	}
.initiator_top_panel {
	position: fixed; 
	z-index: 10;
	width: 100%;
}


@media only screen and (max-width: 450px) {
	.initiator_top_panel {	
		padding-top: 80px;
	}
}
 .chat-table {
	 padding-top: 115px;
}
@media only screen and (max-width: 1400px) {
	.chat-table {
		padding-top: 128px;
	}
}

@media only screen and (max-width: 800px) {
	.chat-table {
		padding-top: 118px;
	}
}
@media only screen and (max-width: 750px) {
	.chat-table {
		padding-top: 110px;
	}
}
@media only screen and (max-width: 650px) {
	.chat-table {
		padding-top: 110px;
	}
} 
.chat-initiator {
	padding-top: 88px;
}

@media only screen and (max-width: 650px) {
	.chat-initiator {
		padding-top: 50px;
		width: 120% !important;
	}
}
@media only screen and (max-width: 450px) {
	.chat-initiator {
		padding-top: 125px;
		
	}
}
@media only screen  and (max-width: 500px) {
	.general_search {
		width:150px;
		margin-top: 5px !important;
	}
}
#acweb2_search_frame {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	color:#333;
	font-size: 12px;
	padding: 10px;
	flex: 1;
}
.acweb2_search_frame_inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.acweb2_search_frame_inner_filter {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
@media only screen  and (max-width: 1000px) {
	.acweb2_search_frame_inner_filter {
		flex-direction: column;
	}
}
.acweb2_search_td {
	padding: 5px;
	margin: 5px;
	flex: 4;
	width: 100%;
}
.acweb2_search_td > input {
	width: 100%;
	min-width: 300px;
}
@media only screen  and (max-width: 500px) {
	.acweb2_search_td > input {
		min-width: 200px;
	}
}
.search-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	background-color: #fff;
	padding-left: 15px;
}
.acweb2_search_frame_narrow {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	color:#333;
	font-size:14px;
	flex: 1;
}
.acweb2_search_frame_narrow > .title {
		font-size: 14px;
		margin-right: 10px;
}
.acweb2_search_frame_narrow > input[type='text'] {
	width: 100%;
}
.acweb2_search_frame_narrow>input[type='button'] {
	border-radius: 50px;
	border: 1px solid #aaa;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
	margin-left: 10px;
}
.acweb2_search_frame_narrow>input[type='button']:hover {
	filter: contrast(80%);
}
table#map-table tr:even {
	color: #222222;
	background-color: white;
	font-size: 11px;
	margin: 1px;
	padding: 2.5px;
}

table#map-table tr:odd {
	color: #222222;
	background-color: #DAE7E7;
	font-size: 11px;
	margin: 1px;
	padding: 2.5px;
}

#alert-location-table {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	 width: 100%;
	color:#333;
	font-size:14px;
	flex: 1;
	background-color: #fff;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
}
@media only screen  and (max-width: 800px) {
	#alert-location-table {
		padding-bottom: 0px;
		width: auto;
	}
}
#alert-location-table > .alert-fp {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex: 1;
}
#alert-location-table > .location-dropdown {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;
}
#acweb2_body_narrow {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	align-items: flex-start;
	width: 100%;
	height: auto;
	margin: 0px;
	font-size: 12px;
	color:#333;
	background-color:transparent;
}
.ui-selectmenu-button.ui-button {
	width: 15em !important;
}
@media only screen  and (max-width: 500px) {
	.ui-selectmenu-button.ui-button{
		width: 12em !important;
	}
}
/*
#myForm {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
} */

#myForm > .center-inputs {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#myForm>.center-inputs>.policies {

}
@media only screen and (max-width: 850px) {
	#myForm>.center-inputs>.policies {
		width: 100%;
	}
}
#myForm>.center-inputs>.policies > .title {
	font-size: 14px;
	padding-left: 5px;
}

#myForm>.center-inputs>.policies>.policy {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
	background-color: #eee;
	border-radius: 2px;
}

#myForm>.center-inputs > .policies > .policy > .title {
	font-size: 12px;
	color: #333;
	width: 100%;
}

#myForm>.center-inputs>.policies>.policy> .input-container {
	padding: 2.5px 10px;
}

@media only screen and (max-width: 850px) {
	#myForm>.center-inputs>.policies>.policy>.input-container {
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
}

#myForm>.center-inputs>.policies>.policy>.input-container> input {
	cursor: pointer;
}
.form-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #d5d5d5;
	flex: 1;
}
@media only screen and (max-width: 850px) {
	.form-container {
		justify-content: center;
		align-items: center;
	}
}

.input-container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	min-width: 300px;
	padding: 10px 5px;
	margin-top: 5px;
	transition: all 0.1s ease-in-out;
}

@media only screen and (max-width: 650px) {
	.input-container {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-left: 10px;
		padding: 0px;
	}
}
.input-container:hover {
	background-color: #f6f6f6;
}

.input-container > .title {
	width: 240px;
	font-size: 14px !important;
	white-space: nowrap;
}
@media only screen and (max-width: 850px) {
	.input-container>.title {
		width: 100px;
		font-size: 14px !important;
	}
}
@media only screen and (max-width: 650px) {
	.input-container>.title {
		width: 70%;
		font-size: 12px !important;
	}
}
.input-container>input,
.input-container>select,
.input-container>.select-group,
.input-container>.select-group>select {
width: 370px;
}
@media only screen and (max-width: 1050px) {
	.input-container>input,
	.input-container>select,
	.input-container>.select-group,
	.input-container>.select-group>select {
		width: 200px !important;
	}
}
@media only screen and (max-width: 650px) {
	.input-container>input,
	.input-container>select,
	.input-container>.select-group,
	.input-container>.select-group>select {
		width: 60% !important;
	}
	div.filterOptions {
		width: 80%;
		text-align: left;
	}
	div.filterOptions input[type="text"] {
		width: 70% !important;
	}
}
.login-form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #f5f5f5;
	padding-bottom: 50px;
	padding-left: 40px;
	width: 100%;
	height: calc(100vh - 110px);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
	
@media only screen and (max-width: 500px) {
	.login-form {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: calc(100vh - 200px);
	}
}

.login-form > img {
	height: 180px;
	width: 300px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 1050px) {
	.login-form > img {
		width: 250px;
		max-height: 150px;
		height: auto;
	}
}
@media only screen and (max-width: 650px) {
	.login-form>img {
		width: 200px;
		height: auto;
		margin-bottom: 0px;
		margin-right: 200px;
	}
}

.login-form > .inputs {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #f5f5f5;
	padding: 40px;
}
@media only screen and (max-width: 650px) {
	.login-form>.inputs {
		padding: 0px;
		width: 100%;
	}
}
.login-form > .inputs > input {
	border: 1px solid #bbb;
	border-radius: 50px;
	padding: 10px;
	font-size: 16px;
	min-width: 300px;
}
@media only screen and (max-width: 650px) {
	.login-form>.inputs>input {
		font-size: 14px;
		width: 100%;
		min-width: 100%;
	}
}
.login-form>.inputs>b {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 2.5px;
}

.login-form>.inputs>button {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	border-radius: 2px;
	background-color: #1C94C4;
	color: #f6f6f6;
	padding: 5px;
	margin-top: 20px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
}
@media only screen and (max-width: 450px) {
	.login-form>.inputs>button {
		margin-top: 0px;
	}
}
.login-form>.inputs>button:hover {
	background-color: #0055A5;
}

.initiator-fp-location-form {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	color:#333;
	font-size:14px;
	flex: 1;
	padding: 10px 15px;
	background-color: #fff;
}
@media only screen and (min-width: 1200px) {
	.initiator-fp-location-form {
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 5px;
	}
}

@media only screen and (max-width: 1199px) {
	.initiator-fp-location-form {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
	}
}

@media only screen and (min-width: 851px) {
	.initiator-fp-location-form {
		padding-bottom: 5px;
		padding-top: 5px;
	}
}

@media only screen and (max-width: 850px) {
	.initiator-fp-location-form {
		padding: 0px;
		padding: 0px;
	}
}

.initiator-fp-location-form > .initiator-fp {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 5px;
	flex: 1;
}

.initiator-fp-location-form >.intiator-location {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 5px;
	flex: 1;
}
.initiator-chat-form {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	flex: 1;
	color: black;
	font-size: 16px;
	padding: 15px;
	background-color: #fff;
	padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
	.initiator-chat-form {
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 5px;

	}
}

@media only screen and (max-width: 1199px) {
	.initiator-chat-form {
		padding-right: 5px;
		padding-top: 5px;
		flex-wrap: nowrap;
		width: 99%;
	}
}
.initiator-chat-form > div {
	font-size: 14px;
	margin-right: 10px;
}
.initiator-chat-form > input[type="text"] {
	width: 100%;
	max-width: 500px;
}
@media only screen and (max-width: 820px) {
	.initiator-chat-form > input[type="text"] {
		max-width: 510px !important;
	}
}
@media only screen and (max-width: 450px) {
	.initiator-chat-form > input[type="text"] {
		max-width: 230px !important;
	}
}
.initiator-chat-form>input[type="button"] {
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.initiator-chat-form>input[type="button"]:hover {
	background-color: #aaa;
}
#dynodiv {
	width: calc(100% - 70px);
	background: inherit;
	padding-bottom: 20px;
}

@media only screen and (max-width: 499px) {
	#dynodiv {
		width: 100%;

	}
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 28px;
}
.switch_frame {
	width: 370px;
	margin-left: 0px;
	padding: 3px;
}
@media only screen and (max-width: 650px) {
	.switch_frame {
		width: 30px;
	}
}
.HZswitch {
	position: relative;
	display: inline-block;
	height: 40px;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 6px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }

  input:checked + .slider {
	background-color: #2196F3;
  }

  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }

  .slider.round:before {
	border-radius: 50%;
  }
 .vslider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	margin-top: 5px;
	margin-bottom: -5px;
  }

  .vslider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 3px;
	bottom: 25px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }

  input + .vslider {
	background-color: #2196F3;
  }

  input:focus + .vslider {
	box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .vslider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateY(25px);
  }

  /* Rounded sliders */
  .vslider.round {
	border-radius: 40px;
  }

  .vslider.round:before {
	border-radius: 50%;
  }


.nav-on {
	width: 42px;
	height: 38px;
	border: 3px solid #f00;
	transition: all 0.1s ease-in-out;
}

.stat-on {
border-color: red;
border-width: 2px !important;
}

.nav-on-txt {
	color:#f00;
	transition: all 0.1s ease-in-out;
}

.nav-off {
	margin:0px;
	border:0px;
}

input.dup {
	border:1px solid #f00;
	background-color:#fdd;
}

.hidden {
	visibility: hidden;
	display: none;
}

.setup-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
	background-color: #fff;
	width: 100%;
}
@media only screen and (max-width: 1250px) {
	.setup-container {
		flex-direction: column;
	}
}
@media only screen and (max-width: 1250px) {
	.setup-container {
		padding-top: 5px;
	}
}
.setup-container > .left {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	padding: 10px;
	padding-right: 15px;
}

.setup-container > .left > .title {
	font-size: 14px;
	margin-bottom: 10px;
}

.setup-container > .left > a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 10px 0px;
	text-decoration: none;
	width: 100%;
	color: #333;
	transition: all 0.3s ease-in-out;
	font-size: 12px;
}

.setup-container > .left > a:hover {
	color: #f5675e;
}

.setup-container > .left > a > span {
	font-size: 10px;
	margin-top: 2.5px;
}

.setup-container > .right {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	width: 97%;
	padding: 10px;
}
@media only screen and (max-width: 1250px) {
	.setup-container > .right {
		padding: 0px;
	}
}

.setup-container > .right > .title {
	font-size: 14px;
	margin-bottom: 10px;
}

.setup-container > .right > .content {
/*	display: flex; */
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}

.setup-container > .right > .content > div {
/*	display: flex; */
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	flex: 1;
	background-color: #fff;
	width: 100%;
}


.setup-container > .right > .content > div > .title {
	margin-bottom: 5px;
}

.setup-container > .right > .content > div > .options {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex: 1;
}
@media only screen and (max-width: 650px) {
	.setup-container > .right > .content > div > .options {
		flex-wrap: wrap;
	}
}

.setup-container > .right > .content > div > .options > a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 5px 1px;
	padding: 10px;
	transition: all 0.1s ease-in-out;
	text-decoration: none;
	width: 100%;
	width: 90px;
	height: 90px;
	border-radius: 6px;
}

@media only screen and (max-width: 1250px) {
	.setup-container > .right > .content > div > .options > a {
		margin: 5px 10px;
	}
}

.setup-container > .right > .content > div > .options > a:hover > b > img {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	height: 70px;
	width: 70px;
	padding: 10px;
}

.setup-container>.right>.content>div>.options>a > b {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.edit_form_content > .user-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.edit_form_content>.user-form>b {
	margin-top: 10px;
	margin-bottom: 2.5px;
}
.edit_form_content>.user-form>input[type="text"] {
	width: 300px;
}
.edit_form_content>.user-form>input[type="password"] {
	width: 300px;
}
.edit_form_content>.user-form>select {
	width: 300px;
}
/*
.map_row_name {
	position:relative;
	max-height:30px;
	height:30px;
	max-width:auto;
	width:auto;
	text-align:left;
	overflow:hidden;
	padding:3px;
}
*/
.map_relationship_button {
	line-height:20px;
	border:1px solid #aaa;
	min-width:60px;
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.2);
	border-radius:5px;
	height:20px;
	cursor:pointer;
	line-height:20px;
	text-align:center;
}

/* Custom Field Classes */
.fieldcontainer {
	display: flex;
/*	flex-direction: column; */
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #f5f5f5;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.fieldcontainer > h2 {
	width: 100%;
	height: 30px;
	color: #333;
	font-size: 16px !important;
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 5px;
	width: 50%;
}
@media only screen and (max-width: 1200px) {
	.fieldcontainer>h2 {
		width: 70%;
	}
}
@media only screen and (max-width: 850px) {
	.fieldcontainer>h2 {
		width: 100%;
	}
}

.fieldcontainer > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	flex: 1;
	width: 50%;
	border: 2px solid rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	background-color: #e6e6e6;
	padding: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1200px) {
	.fieldcontainer>div {
		width: 70%;
	}
}
@media only screen and (max-width: 850px) {
	.fieldcontainer>div {
		width: 60%;
	}
}

.fieldcontainer>div>input[type='button'] {
	margin-top: 10px;
	margin-bottom: 0px;
	transition: all 0.1s ease-in-out;
}

.fieldcontainer>div>input:hover {
	filter: contrast(120%);
}
.fieldcontainer> div > .input-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch !important;
	font-size: 16px !important;
	padding: 10px;
}
@media only screen and (max-width: 1050px) {
	.event_advance_search> div > .input-container {
		min-width: 300px;
		margin-left: 0px;
	}
}

.fieldcontainer>div>.input-container > select {
	width: 100%;
}

#optionsinstruction {
	margin-top: 20px;
}
.fieldcontainer>div> #optionscontainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	margin-top: 5px;
	padding: 10px !important;
	border: none !important;
}

.fieldcontainer>div> #optionscontainer > #optionslabel {
	color: #333;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
}

.fieldcontainer>div>#optionscontainer>#optionslabel:hover {
	color: red !important;
}

.fieldcontainer>div>#optionscontainer>#optionslabel:hover > span {
	transition: all 0.1s ease-in-out;
	color: red !important;
}

.fieldcontainer>div>#optionscontainer > div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: space-between;
}

.fieldcontainer>div>#optionscontainer>#optionslabel > #optionlabel {
	color: #333;
	font-size: 16px !important;
	margin-left: 10px;
}

.fieldcontainer>div>div>input {
	width: 100%;
	margin-bottom: 10px;
}

.fieldcontainer>div>div>div {
	font-size: 16px !important;
	margin-top: 5px;
}

.fieldcontainer >div> input {
	margin-bottom: 10px;
}

.fieldcontainer>div>div >div > input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.fieldcontainer>div>div>div>#addoption,
.fieldcontainer>div>div>div>#removeoption {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 5px;
	font-size: 22px !important;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	background-color: #aaa;
	color: #f6f6f6;
	border-radius: 50px;
	height: 30px;
	width: 30px;
}

.fieldcontainer>div>div>div>#removeoption:hover,
.fieldcontainer>div>div>div>#addoption:hover {
	color: red;
}
/* End Of Custom Field Classes */

.reader-associate-section,
.output-associate-section {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border: 2px solid #bbb;
	border-radius: 2px;
	max-width: 750px;
	width: 100%;
	margin-bottom: 10px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.reader-associate-section > .title,
.output-associate-section > .title {
	font-size: 14px;
	margin-bottom: 40px;
	Padding-top: 10px;
}
@media only screen and (max-width: 550px) {
.reader-associate-section th:first-of-type {
	text-align: center !important;
	}
}
.output-associate-section .input-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	min-width: 430px !important;
	width: 100% !important;
}
.reader-associate-section .input-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 1050px) {
	.reader-associate-section .input-container {
		width: 350px;
	}
}
@media only screen and (max-width: 550px) {
	.reader-associate-section .input-container {
		width: 180px;
	}
}
@media only screen and (max-width: 1050px) {
	.reader-associate-section .edit_form_dropdown {
		width: 170px !important;
	}
}
@media only screen and (max-width: 550px) {
	.reader-associate-section .edit_form_dropdown {
		width: 110px !important;
		
	}
}
@media only screen and (max-width: 1050px) {
	.output-associate-section .input-container {
		min-width: 480px !important;
	}
}
@media only screen and (max-width: 550px) {
	.output-associate-section .input-container {
		min-width: 250px !important;
	}
}

.reader-associate-section .input-container .title
 {
	width: auto;
}
@media only screen and (max-width: 650px) {
	.reader-associate-section .input-container .title,
	.output-associate-section .input-container .title {
		white-space: pre-line;
	}
}
.reader-associate-section input,
.output-associate-section input {
	min-width: auto;
	width: auto;
	max-width: auto;
	font-size: 14px;
	padding: 3px;
	margin-left: 50px;
	min-height: 26px !important;
}

.datetime-edit-choice {
	padding: 25px;
	margin: 10px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	background-color: rgb(226, 220, 220);
	width: 70%;
}

.datetime-edit-choice > .title {
	font-size: 18px !important;
	margin-bottom: 10px;
	font-weight: bold;
}

.datetime-edit-choice>.body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.datetime-edit-choice>.body>.buttons {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 10px;
}
.dot {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    float:left;
}
.ui-dialog {
    left: 50%;
    top: 30%;
    margin-left: -175px !important;
    margin-top: -175px !important;
}
.barchart-container {
	border-width: 1px;
	border-style: solid;
	padding: 15px;
	margin-left: 20px;
	margin-right: 100px;

}
.barchartcanvas {
	width: 320px;
	height:290px;
	margin-top: 5px;
}
.piechart-container {
    width: 290px;
    height:190px;
	margin-left: 20px;
	margin-right: 100px;
}
 .chart-container {
	 display:flex;
	 flex-direction: row;
	 align-content: center;
	 align-items: center;
	 text-align: center;
	 margin-top: 10px;
	 margin-bottom: 20px;
	 margin-right: 50px;
	 position:relative;
 }
 @media only screen and (max-width: 850px) {
	 .chart-container {
		 flex-direction: column;
		 overflow: auto;
		 width: 105%
	 }
	}
 .chart-title {
	 margin-top: 20px;
	 font-size: 15px !important;
	 font-weight: bold;
 }
.btn-frame{
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	background-color: #f6f6f6;
	margin-right: 10px;
	max-width: 100px;
	height: 55px;
}
.rolledup:after {
    content: "^";
    font-size:9px;
    top:-4px;
    position:relative;
}
.maplistpadded {
    padding-right:6px;
}
@media only screen and (max-width: 1400px) {
	.btn-frame {
		height: 50px;
		width: 75px;
	}
}
.ui-contextmenu {
	z-index: 5;
}
.ac-canvs {
	display: flex;
	flex-direction: row;
	padding-top: 10px;
}
div#navigation::-webkit-scrollbar, div#floor-navigator::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;    
}
div#navigation::-webkit-scrollbar-track, div#floor-navigator::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    background-color:#f5f5f5;
    border-radius: 10px;
}
div#navigation::-webkit-scrollbar-thumb, div#floor-navigator::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
        left bottom,
        left top,
        color-stop(0.44, rgb(122,153,217)),
        color-stop(0.72, rgb(73,125,189)),
        color-stop(0.86, rgb(28,58,148))
    );
}
.vertical-buffer-50 {
    height:50px;
    background-color:#fff;
}
.vertical-buffer-80 {
    height:80px;
    background-color:#fff;
}

div#keyboard_shortcuts, div#keyboard_shortcuts * {
	font-size:0.9em !important;
}

.blink-bg{
	color: #4d4d4d;
	text-align:center;
	margin-left: -10px;
	display: inline-block;
	animation: blinkingBackground 3s infinite;
	-webkit-animation: blinkingBackground 3s infinite;
}

@-webkit-keyframes blinkingBackground{
	0%   {background:  rgb(243, 196, 196);}
	25%  {background: rgb(243, 149, 149);}
	50%  {background: rgb(243, 196, 196);}
	75%  {background:rgb(243, 149, 149);}
	100% {background: rgb(243, 196, 196);}
}
@keyframes blinkingBackground{
	0%   {background: rgb(243, 196, 196);}
	25%  {background: rgb(243, 149, 149);}
	50%  {background:rgb(243, 196, 196);}
	75%  {background: rgb(243, 149, 149);}
	100% {background: rgb(243, 196, 196);}
}

.tooltip{
  border: 1px solid black;
  position: absolute;
  z-index: 99999;
  background-color: white;
}
.devicegroup_ul {
	margin: 5px;
	padding: 5px;
	overflow: hidden;
   
}
.li_selected {
	background-color: #91adcf !important;
}
.devicegroup_li {
	float: left;
	border: 2px solid black;
	background-color: #70615c44;
	cursor: pointer;
  }

  .devicegroup_li a {
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	block-size: 1px;
	font-size: 18px !important;
  }
.devicegroup_panel {
	overflow-x: visible;
	width: 730px;
	border-radius: 1px;
}
@media only screen and (max-width: 950px) {
	.devicegroup_panel {
		overflow-x: visible;
		width: 500px;
	}
}

.useractionsgroup_panel {
	overflow-x: visible;
	width: 500px;
	border-radius: 1px;
}
@media only screen and (max-width: 1400px) {
	.useractionsgroup_panel {
		overflow-x: visible;
		width: 350px;
	}
}
.triggerdevicegroup_panel {
	overflow-x: visible;
	width: 460px;
	border-radius: 1px;
}
@media only screen and (max-width: 950px) {
	.triggerdevicegroup_panel {
		overflow-x: visible;
		width: 350px;
	}
}

@media only screen and (max-width: 1100px) {
	.useractionsgroup_panel {
		overflow-x: visible;
		width: 250px;
	}
}
@media only screen and (max-width: 770px) {
	.useractionsgroup_panel {
		overflow-x: visible;
		width: 190px;
	}
}
.useractionsselect_panel {
	overflow-x: visible;
	width: 730px;
	border-radius: 1px;
	font-family:'Courier New';
}

@media only screen and (max-width: 1250px) {
	.useractionsselect_panel {
		overflow-x: visible;
		width: 500px;
	}
}
@media only screen and (max-width: 1050px) {
	.useractionsselect_panel {
		overflow-x: visible;
		width: 400px;
	}
}
.useractions_buttonPanel {
	width:700px;
	max-width:700px;
	margin-left: 20px;
}

@media only screen and (max-width: 850px) {
	.useractions_buttonPanel {
		width:570px;
		max-width:70px;
		margin-left: 8px;
	}
}

.useractions_button {
	width:400px;
	max-width:400px;
}

@media only screen and (max-width: 900px) {
	.useractions_button {
		width:200px;
		max-width:200px;
	}
}
 .tableFixHead { 
	overflow: auto; 
} 
.chattableFixHead { 
	overflow: auto !important; 
}
.intchattableFixHead { 
	overflow: auto !important; 
}
.locationtableFixHead { 
	overflow: auto !important; 
	height: 70vh;
	width: 100%;
}
.tableFixHead tbody th { position: sticky; top: 0; z-index: 1; }
.tableFixHead div#map_header{ position: sticky; top: 0; z-index: 1; }
.chattableFixHead tbody th { position: sticky; top: 0; z-index: 1; }
.intchattableFixHead tbody th { position: sticky; top: 0; z-index: 1; }
.locationtableFixHead div#map_header{ position: sticky; top: 0; z-index: 1; }

.locationHeaderMenu {
	position:fixed;
	width:100%;
	background-color:#eee;
	box-shadow:rgba(0, 0, 0, 0.3) 2px 2px 10px 0px;
	margin-top: -18px;
}

.mapToolbar {
	z-index: 2;
}

.fontSmall {
	font-size:8px !important;
}

/* ---- Device Setup Page ---- */
table.deviceListTableFixHead {
	position: relative;
	background-color: rgb(213, 213, 213);
	width:100%;
}

tr#deviceList_header {
	position: sticky;
	top: 0;
	z-index: 1;
	height: 24px;
	background-color: rgb(238, 238, 238);
}

th.deviceListRow {
	height: 22px;
	min-height: 22px;
	font-weight: bold;
	border-bottom: 0px;
}

th.deviceListType {
	width:60px;
	text-align:left;
	padding-left:5px;
}

th.deviceListName {
	width:380px;
	padding:5px 5px 5px 10px;
	text-align:left;
}

td.deviceListName {
	width:380px;
}

th.deviceListActions {
	width:150px;
	text-align:center;
}

th.deviceListState, td.deviceListState {
	width:150px;
	text-align:center;
}

th.deviceListDescription {
	width:150px;
	max-width:150px;
	text-align:center;
}

th.deviceListAddress, td.deviceListAddress {
	width:50px;
	text-align:center;
}

th.deviceListIp {
	width:100px;	
	text-align:center;
	padding-top:5px !important;
	padding-bottom:5px !important;
}

th.deviceListVersion {
	width:150px;
	text-align:center;	
}

th.deviceListCardType {
	width:150px;
	text-align:center;	
}

td.deviceListRow {
	height: 55px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 0px;
}

td.deviceListVersion, td.deviceListDescription, td.deviceListIp, td.deviceListCardType {
	text-align: center;
}

@media only screen and (max-width: 1385px) {
	.locationHeaderMenu {
		margin-top: -8px;
	}
}
@media only screen and (max-width: 750px) {
	.locationHeaderMenu {
		margin-top: -10px;
	}
}
@media only screen and (max-width: 550px) {
	.locationHeaderMenu {
		margin-top: -2px;
	}
}
.locationRow {
	width: 130%;
}
@media only screen and (max-width: 550px) {
	.locationRow {
		width: 220%;
	}
}
.userActionPanel {
	width: 110%
}
@media only screen and (max-width: 855px) {
	.userActionPanel {
		width: 120%;
	}
	
}
@media only screen and (max-width: 700px) {
	.userActionPanel {
		width: 140%;
	}
	
}
@media only screen and (max-width: 600px) {
	.userActionPanel {
		width: 225%;
	}
	
}
.selected {
    background-color: Highlight !important;
	color: HighlightText !important;
    vertical-align: middle;
	border-bottom: solid;
	border-width: 1px;
}
.deviceGroup_policy {

	width: 100%;
	
}
@media only screen and (max-width: 1130px) {
	.deviceGroup_policy {
		overflow: auto;
	}
}
@media only screen and (max-width: 1130px) {
	.deviceGroup_policy {
		width: 100% !important;
		padding-left: 5px;
	}
}
@media only screen and (max-width: 650px) {
	.deviceGroup_policy {
		overflow: hidden;
		width: 100%;
	}
}

.adv_search_input-container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	min-width: 300px;
	padding: 1px 5px;
	margin-top: 5px;
	transition: all 0.1s ease-in-out;
}

@media only screen and (max-width: 650px) {
	.adv_search_input-container {
		padding: 0px;
		min-width: 210px;
		margin-top: 0px;
		padding-left: 5px;
	}
}
.adv_search_input-container:hover {
	background-color: #f6f6f6;
}

.adv_search_input-container > .title {
	width: 240px;
	font-size: 14px !important;
	white-space: nowrap;
}
@media only screen and (max-width: 850px) {
	.adv_search_input-container>.title {
		width: 100px;
		font-size: 14px !important;
	}
}
@media only screen and (max-width: 650px) {
	.input-container>.title {
		width: 50%;
		font-size: 12px !important;
	}
}
.adv_search_input-container>input,
.adv_search_input-container>select {
width: 390px;
}
@media only screen and (max-width: 1050px) {
	.adv_search_input-container>input,
	.adv_search_input-container>select {
		width: 200px !important;
	}
}
@media only screen and (max-width: 500px) {
	.adv_search_input-container>input {
		width: 42% !important;
	}
}
.keyboard_portrait {
   margin-top: 110px;
   position: fixed; /* add padding for keyboard */
}
.keyboard_landscape {
	top: 0;
	position: fixed; /* add padding for keyboard */
 }
 .keyboard_init {
	top: 0px;
	position: fixed; /* add padding for keyboard */
 }
 .title2 {
	font-size: 14px !important; 
	display:inline-flex;
}
@media only screen and (max-width: 850px) {
	.title2 {
		width: 100px;
	}
}
@media only screen and (max-width: 650px) {
	.title2 {
		font-size: 12px !important; 

	}
}

