@CHARSET "UTF-8";

html,body {
	margin: 0;
	padding: 0;
	border: 0 none;
	overflow: hidden;
	height: 100%;
	background-color: white;
	font-size: 11px;
}

body {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size-adjust: 0.55 !important;
}

.highcharts-wordcloud-series { /* Dirty fix Highcharts Wordcloud too big font */
	font-size-adjust: none !important;
}

.horizgradient {
	background-image: url("../images/bg-body.jpg");
}

label, label.x-form-item-label {
	font-weight: bold;
	font-size: 11px;
}

a:link {
	text-decoration: underline;
	color: #15428B;
}

a:visited {
	text-decoration: underline;
	color: #15428B;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #15428B;
}

.logout {
	font-weight: bold;
	text-align: center;
}

.invalid {
	border: 2px solid #CC3300;
}

.icon-organization {
	background-image: url("../images/icons/organization.png") !important;
}

.icon-user {
	background-image: url("../images/icons/user.png") !important;
}

.icon-trash {
	background-image: url("../images/icons/trash.png") !important;
}

.icon-owl {
	background-image: url("../images/icons/owl.png") !important;
	background-size: 16px 16px;
}

.icon-gear {
	background-image: url("../images/icons/gear.png") !important;
	zoom: 1;
	min-height: 16px;
}

.icon-attach {
	background-image: url("../images/icons/attach.png") !important;
}

.icon-information {
	background-image: url("../images/icons/information.png") !important;
}

.icon-open {
	background-image: url("../images/icons/open.png") !important;
}

.icon-go {
	background-image: url("../images/icons/go.png") !important;
}

.icon-important {
	background-image: url("../images/icons/important.png") !important;
}

.icon-find {
	background-image: url("../images/icons/find.png") !important;
}

.icon-home {
	background-image: url("../images/icons/home.png") !important;
}

.icon-tools {
	background-image: url("../images/icons/tools.png") !important;
}

.icon-options {
	background-image: url("../images/icons/options.png") !important;
}

.icon-image {
	background-image: url("../images/icons/image.png") !important;
}

.icon-save {
	background-image: url("../images/icons/save.png") !important;
}

.icon-form {
	background-image: url("../images/icons/form.png") !important;
}

.icon-properties {
	background-image: url("../images/icons/properties.png") !important;
}

.icon-monitor {
	background-image: url("../images/icons/monitor.png") !important;
}

.icon-add {
	background-image: url("../images/icons/add.png") !important;
}

.icon-playback-start {
	background-image: url("../images/icons/media-playback-start.png") !important;
}

.icon-playback-pause {
	background-image: url("../images/icons/media-playback-pause.png") !important;
}

.icon-seek-forward {
	background-image: url("../images/icons/media-seek-forward.png") !important;
}

.icon-seek-backward {
	background-image: url("../images/icons/media-seek-backward.png") !important;
}

.icon-undo {
	background-image: url("../images/icons/undo.png") !important;
}

.icon-sheep {
	background-image: url("../images/icons/sheep.png") !important;
	background-size: 16px 16px;
}

.icon-caduceus {
	background-image: url("../images/icons/caduceus.png") !important;
	background-size: 16px 16px;
}

#class .loading-indicator {
	font-size: 12px;
	height: 18px;
}

.loading-indicator {
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 35%;
	left: 43%;
	color: #444;
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px 10px 10px 20px;
	text-align: left;
	line-height: 16px;
	margin: 3px;
}

#loading-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20000;
	background-color: white;
}

#loading {
	position: absolute;
	left: 45%;
	top: 40%;
	padding: 2px;
	z-index: 20001;
	height: auto;
}

#loading img {
	margin-bottom: 5px;
}

.logo {
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: center;
}

.applogo {
	padding-top: 2px;
	padding-left: 2px;
}

#main {
	height: 100%;
}

.userinfo {
	float: right;
	padding-top: 5px;
	margin-right: 5px;
	text-align: right;
	font-family: arial, sans-serif !important;
	font-size: 11px;
	font-weight: bold;
}

.userinfo p {
	margin: 0;
}

.chart-container {
	padding-top: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}

.chart-container-summary {
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.chart {
	padding-bottom: 10px;
	text-align: center;
	float: left;
}

.chart-closable {
	background-image: url("../images/chart-close.gif");
	height: 15px;
	width: 15px;
	z-index: 1;
	float: right;
	cursor: pointer;
}

.chart-menu {
	background-image: url("../images/chart-arrow.gif");
	height: 15px;
	width: 15px;
	z-index: 1;
	float: right;
	cursor: pointer;
}

.chart-inner {
	display: table;
	position: relative;
}

.chart-info {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: absolute;
	top: 50%;
	left: 50%;
}

.chart-info p {
	word-wrap: break-word;
	position: relative;
	top: -50%;
	left: -50%;
}

.chartlabel {
	font-size: 11px;
	padding-bottom: 6px;
	font-weight: bold;
	text-align: center;
}

.chartfooter {
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
	margin: 0;
}

.x-btn-center a {
	text-decoration: none;
	color: #233d6d;
}

.x-ie .x-btn BUTTON {
	/* for TRX-1823 - fix cut off of button right side */
	padding-left: 0px;
	padding-right: 0px;
}

.x-ie .x-panel-tl {
	/* for TRX-1823 - get rid of phantom div at top of cases popup */
	height: 0px;
}

.hide-label label {
	display: none;
}

.hide-label .x-form-element {
	padding-left: 0 !important;
}

.options {
	padding-top: 10px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

#user-info-container {
	width: 345px;
	float: left;
	margin-left: auto;
}

#change-password-container {
	width: 345px;
	float: right;
	margin-right: auto;
}

#event-subscription-container {
	width: 100%;
	padding-top: 10px;
}

#events-activity-comments-left {
	width: 500px;
	padding-top: 10px;
}

.map-main {
	text-align: center;
}

.map-container {
	width: 100%;
}

.map-message-overlay-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.map-loading {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	top: -55%;
	width: 20%;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	opacity: 0.70;
	filter: alpha(opacity=70);
}

div.map-info-popup {
	margin-top: 1em;
	padding: 0 1em 0.5em 1em;
	max-width: 30em;
	max-height: 7em;
	overflow-y: auto;
	overflow-x: hidden;
}

div.map-info-popup p {
	margin-top: 0.3em;
	text-align: left;
}

div.map-caption {
	width: 100%;
}

div.map-caption div {
	margin: 0px 70px;
	text-align: center;
}

div.map-caption p {
	color: #003db2;
	font-weight: bold;
}

div.infowindow {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

div.infowindow-header {
	font-size: 14px;
	font-weight: bold;
}

div.infowindow-details {
	font-size: 12px;
	text-align: left;
}

.infowindow-link {
	font-style: italic;
	width: fit-content;
}

.infowindow-link:hover {
	cursor: pointer;
	text-decoration: underline;
}

hr.infowindow-separator {
	width: 75%;
}

p.infowindow-header {
	overflow: hidden;
	text-align: center;
	padding: 0px;
	font-family: verdana;
	color: #2F9FD9;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

p.infowindow-aqi-info {
	overflow: hidden;
	text-align:center;
	padding-bottom: 5px;
	font-family:verdana;
	color:#000000;
	font-size:12px;
	font-weight: bold;
	margin: 0px;
}
.legend-window {
	width: 125px;
	float: right;
	overflow: hidden;
}

div.airlegend-window {
	width: 144px;
	float: right;
	overflow: hidden;
}

div.markerlegend-window {
	width: 124px;
	float: right;
	overflow: hidden;
}

div.legend {
	width: 101%;
	border: 1px ridge #555;
	z-index: 10;
	padding: 0px;
	background-color: #f1f2d0;
	text-align: right;
	font-size: 10px;
	opacity: 0.80;
}

div.legend-padding {
	padding: 2px;
	margin: 0px;
}

div.legend p {
	padding: 0 3px 5px 21px;
	font-weight: bold;
}

div.legend dl {
	width: 100%;
}

div.legend dl dt {
	margin-left: 2px;
	float: left;
}

div.map-legend dl dt {
	width: 19px;
}

div.map-legend-basic dl dd {
	padding: 2px 75px 0 0;
	height: 16px;
	width: 150px;
}

div.map-legend-air dl dd {
	padding: 2px 55px 0 0;
	height: 16px;
	width: 150px;
}

div.map-legend-box {
	width: 15px;
	height: 15px;
	border: 1px solid #777;
}

div.map-legend-box-hatching {
	width: 15px;
	height: 15px;
	border: 1px solid #777;
	background-image: url("../images/hatching.png");
}

.when-where-advanced {
	text-align: left;
	vertical-align: middle;
	color: #15428B;
	padding-right: 7px;
	cursor: pointer;
}

.admin-form {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 500px;
}

dl.chart-legend {
	display: inline;
}

dl.chart-legend dt,dl.chart-legend dd {
	display: inline;
}

dl.chart-legend dt {
	width: 10px;
	height: 10px;
	border: black 1px solid;
	margin-right: 0.5em;
}

dl.chart-legend dd {
	margin-right: 1em;
}

#data-type-emergency-registrations .x-panel-body {
	position: relative;
}

#event-info dl dt {
	font-weight: bold;
}

#event-info dl dd {
	margin-left: 4em;
}

.x-panel .x-menu-plain {
	padding: 0;
	border: 0;
}

.details-panel {
	font-size: 12px;
}

.anomaly-details {
	padding: 5px 5px 10px 5px;
	color: #333333;
	line-height: 1.4;
}

.anomaly-details li {
	margin-left: 5px;
}

.anomaly-details-inner {
	padding-left: 3px;
	padding-right: 3px;
}

.anomaly-details p {
	margin-bottom: 10px;
}

.anomaly-details h3 {
	font-weight: bold;
}

.anomaly-details h1 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 7px;
	text-align: center;
}

.pointer {
	cursor: pointer;
}

.anomaly-details a {
	color: #15428b;
}

.when-where-advanced a,.anomaly-details a,.chartlabel a, .customclassifier-details a {
	text-decoration: underline;
	cursor: pointer;
}

.when-where-linktext {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
}

.activity-item ul,.activity-item ol,.facility-list-item ul {
	list-style-position: outside;
	padding-left: 2em;
}

.activity-item ul,.facility-list-item ul {
	list-style-type: disc;
}

.activity-item ol,.facility-list-item ol {
	list-style-type: decimal;
}

.anomaly-item,.activity-item {
	padding: 5px;
	color: #333333;
	line-height: 1.4;
	background: #ffffff;
}

.facility-list-item {
	padding: 5px;
	color: #333333;
	line-height: 1.4;
	background: #ffffff;
}

.facility-list-item-clicked {
	padding: 5px;
	color: #333333;
	line-height: 1.4;
	background: #dfe9f7;
}

.bold{
	font-weight: bold !important;
}

.anomaly-item:hover,.activity-item:hover,.linked-view-item:hover,.facility-list-item:hover {
	background: #dfe9f7 url("../images/list-item-hover.png") repeat-x scroll top left;
}

.anomaly-item-selectable:hover {
	cursor: pointer;
}

.anomaly-item-unselectable:hover {
	color: #777777;
	cursor: default;
}

.linked-view-item:hover {
	cursor: pointer;
}

.anomaly-item,.linked-view-item {
	zoom: 1;
	padding: 5px 8px;
}

/* Tricking firefox into making item clear the image float hight without extra markup, IE does it
 * from birth */
.anomaly-item:after,.linked-view-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.linked-view-item div,.anomaly-item div {
	float: left;
	width: 20px;
	height: 36px;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
}

.anomaly-item div {
	background-image: url("../images/markers/orange-light/marker.png");
}

.anomaly-item:hover div {
	background-image: url("../images/markers/orange-dark/marker.png");
}

.anomaly-item-inactive div {
	background-image: url("../images/markers/amber-light/marker.png");
}

.anomaly-item-inactive:hover div {
	background-image: url("../images/markers/amber-dark/marker.png");
}

.anomaly-item-inactive {
	color: #555;
}

.anomaly-item p {
	margin-left: 40px;
}

.anomaly-item strong {
	font-weight: bold;
}

.cases-item-out-of-range {
	background-color: #ffff99;
}

.cases-item-out-of-range-alt {
	background-color: #ffffbb;
}

/* CSS for LinkedViewItem */
.linked-view-item p {
	font-family: arial, sans-serif !important;
	font-size: 11px;
	margin: 0 0 0 30px;
	color: #15428b;
}

.linked-view-item-selected {
	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	font-weight: bold;
	background-color: #dfe9f7;
}

.linked-view-header {
	background: transparent url("../images/white-top-bottom.gif") repeat-x scroll 0pt -1px;
	color: #15428B;
	font-weight: bold;
	text-align: center;
	margin: auto;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

p.no-data-message {
	padding: 0.3em 0.7em;
}

div.investigation-resolution-main p {
	font-size: 11px;
	line-height: 1.5em;
	padding: 5px 15px 5px 15px;
}

div.investigation-resolution-main p em {
	color: blue;
}

/* CSS for PasswordMeter */
.x-form-strengthmeter {
	width : 100%;
	float: right;
	background: #ff4c00; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNGMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VkZDcxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYWZmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #ff4c00 0%, #edd712 50%, #1aff00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff4c00), color-stop(50%,#edd712), color-stop(100%,#1aff00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ff4c00 0%,#edd712 50%,#1aff00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ff4c00 0%,#edd712 50%,#1aff00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ff4c00 0%,#edd712 50%,#1aff00 100%); /* IE10+ */
	background: linear-gradient(left,  #ff4c00 0%,#edd712 50%,#1aff00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c00', endColorstr='#1aff00',GradientType=1 ); /* IE6-8 */
}

.x-form-strengthmeter-scorebar {
	background-color: #DFE8F6;
	float: right;
	line-height: 6px;
	width: 100%;
}

/* CSS for MultiSelect */
.ux-mselect {
	overflow: auto;
	background: white;
	position: relative; /* for calculating scroll offsets */
	zoom: 1;
}

.ux-mselect-item {
	font-size: 12px;
	padding: 2px;
	border: 1px solid #fff;
	white-space: nowrap;
	cursor: pointer;
}

.ux-mselect-selected {
	border: 1px dotted #a3bae9 !important;
	background: #DFE8F6;
	cursor: pointer;
}

.x-view-drag-insert-above {
	border-top: 1px dotted #3366cc;
}

.x-view-drag-insert-below {
	border-bottom: 1px dotted #3366cc;
}

.x-tbar-page-number {
	margin-left: 3px;
}

.x-grid-group-hd div {
	position: relative;
}

button.x-tbar-page-prev, button.x-tbar-page-next {
	width: 10px !important;
}

.ux-grow-action-item {
	min-width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 50% ! important;
	margin: 0 1px 0 8px;
	padding: 0 0 1px 16px ! important;
	cursor: pointer;
	overflow: hidden;
	display: inline;
}

.x-ie .ux-grow-action-item {
	width: 16px;
}

.ux-action-right {
	display: block;
	float: right;
	margin: 0 3px 0 2px;
	top: -13px;
	padding: 0 ! important;
}

.x-ie fieldset.x-fieldset-noborder legend.x-fieldset-header span.x-fieldset-header-text
{
	white-space: nowrap;
}


/* Styles used by Ext.ux.form.ItemSelector */

.x-form-multiselect-body .x-boundlist .x-mask {
	background: none;
}

.x-form-itemselector-body .x-form-item {
	margin: 0;
}

.x-form-itemselector-top {
	background-image: url(../images/top2.gif);
}
.x-form-itemselector-up {
	background-image: url(../images/up2.gif);
}
.x-form-itemselector-add {
	background-image: url(../images/right2.gif);
}
.x-form-itemselector-remove {
	background-image: url(../images/left2.gif);
}
.x-form-itemselector-down {
	background-image: url(../images/down2.gif);
}
.x-form-itemselector-bottom {
	background-image: url(../images/bottom2.gif);
}


/* CSS for time selector */
.minutecss{
	padding:4px;
	height:100%;
	border-top: 1px solid #a3bad9;
}
.y-hour-middle,.y-hour-left,.y-hour-right {
	font:11px "sans serif", tahoma, verdana, helvetica;
	overflow:hidden;
}
.y-hour-right, .y-hour-left {
	width:18px;
}
.y-hour-right{
	text-align:right;
}
.y-hour-middle {
	padding-top:2px;
	padding-bottom:2px;
	color:#444;
}
.y-hour-right a, .y-hour-left a{
	display:block;
	width:16px;
	height:16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
}
.y-hour-right a {
	background-image: url("../images/up2.gif");
	margin-right:2px;
	margin-left:2px;
}
.y-hour-left a{
	background-image: url("../images/down2.gif");
	margin-left:2px;
	margin-right:2px;
}
.y-minute-middle,.y-minute-left,.y-minute-right {
	font:11px "sans serif", tahoma, verdana, helvetica;
	overflow:hidden;
}
.y-minute-right, .y-minute-left {
	width:18px;
}
.y-minute-right{
	text-align:right;
}
.y-minute-middle {
	padding-top:2px;
	padding-bottom:2px;
	color:#444;
}
.y-minute-right a, .y-minute-left a{
	display:block;
	width:16px;
	height:16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
}
.y-minute-right a {
	background-image: url("../images/right2.gif");
	margin-right:2px;
}
.y-minute-left a{
	background-image: url("../images/left2.gif");
	margin-left:2px;
}

.red-row {
	color:red;
}

.popup-window {
	text-align:left;
	font-family:verdana;
	color:#000000;
	font-size:12px;
	margin: 0px;
}

div.x-mask-loading {
	z-index: 900;
}

div.rss {
	font-family: Arial, Helvetica, sans-serif !important;
}

.error-message div {
	color: red;
	font-weight: bold;
}

.epicenter-disabled-item .x-form-text {
	color: #707070;  /* shade of gray */
}

.epicenter-row {
	float:left;
	width: 100%;
	overflow: auto;
	white-space: nowrap;
	padding: 2px 0 0 0;
}

.epicenter-row .cell {
	display: inline-block;
	vertical-align: text-top;
	padding: 0 1em 0 0;
	max-width: 600px;
}

.epicenter-row .rownum {
	display: inline-block;
	padding: 0 1em 0 0;
	width: 30px;
}

.epicenter-row .cell p {
	text-align: top;
	white-space: normal;
	margin: 0;
	padding: 0;
}

/*
	removes the background gradient and hover underline on buttons.
	useful for buttons that only contain images
*/
.epicenter-image-button {
	background-image: none;
	text-decoration: none;
}

.epicenter-grid-background-gradient-0 .x-grid-td {
	background-color: #CFFEF0;
}

.epicenter-grid-background-gradient-1 .x-grid-td {
	background-color: #8FFEDD;
}

.epicenter-grid-background-gradient-2 .x-grid-td {
	background-color: #03F3AB;
}

.epicenter-editable-row :where(.epicenter-editable-column, .epicenter-editable-checkcolumn) {
	border: 1px dotted black !important;
}

.epicenter-editable-row .x-grid-cell-inner {
	white-space: pre !important;
}

.epicenter-editable-row .epicenter-editable-column:hover {
	cursor: text;
}
.epicenter-editable-row .epicenter-editable-checkcolumn:hover {
	cursor: pointer;
}

.epicenter-editable-header > .x-column-header-inner {
	background: #DEDFE0 !important;
}

.epicenter-editable-header > .x-column-header {
	background: #DEDFE0 !important;
}

.epicenter-fixed-width textarea {
	font-family: "Courier New", monospace;
	white-space: pre;
	word-wrap: normal;
	overflow: auto;
}

.epicenter-list-icon {
	width: 16px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 center;
	vertical-align: top;
}

.leaflet-container .legend {
	line-height: 18px;
	color: black;
	width: inherit;
	opacity: 1;
}

.leaflet-container .legend .title {
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px 0px 7px;
	text-align: left;
}

.leaflet-container .legend ul {
	font-weight: bold;
	list-style-type: none;
	padding: 0px 5px 0px 5px;
	margin: 3px;
}

.leaflet-container .legend ul.horizontal {
	float: left;
	list-style: none;
}

.leaflet-container .legend ul.horizontal li {
	float: left;
	list-style: none;
}

.leaflet-container .legend ul li span {
	float: left;
	display: block;
	height: 15px;
	width: 15px;
	margin-right: 3px;
}

.leaflet-container .legend ul.vertical li span {
	float: left;
	display: block;
}

.leaflet-container .legend ul.horizontal li span {
	float: left;
	display: block;
	text-align: left;
	margin: 0px 2px 0px 2px;
}

.leaflet-container .legend .colorbar .axis line {
	fill: none;
	stroke: black;
	shape-rendering: crispEdges;
}

.leaflet-container .legend .colorbar .axis .domain {
	fill: none;
	stroke: black;
	shape-rendering: crispEdges;
}

.leaflet-container .legend .colorbar .axis text {
	font-weight: bold;
}

.leaflet-container .mapTitle {
	width: 101%;
	border: 1px ridge #555;
	background-color: #f1f2d0;
	text-align: center;
	font-size: 10px;
	opacity: 1;
	font-weight: bold;
}

.leaflet-container .mapTitle p {
	margin-top: 1px;
	margin-bottom: 1px;
}

.check-grey {
	opacity: .5
}

.template-history-table {
	width: 660px;
}

.template-history-table tbody tr td {
	font-size: 11px;
	line-height: 13px;
	font-family: tahoma, arial, verdana, sans-serif;
	flex: auto;
}

.template-history-twoColumns {
	width: 450px;
	border-spacing: 0;
}

.template-history-twoColumns tbody tr td {
	font-family: tahoma, arial, verdana, sans-serif;
	flex: auto;
}

/* Add ellipsis when necessary for text overflow */
.associate-anomalies-menu-item .x-menu-item-text {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

/* spacing inside of direct html formatted custom classifier templates */
.customclassifier-details {
	padding: 5px 5px 10px 5px;
	color: #333333;
	line-height: 1.4;
}

.customclassifier-details-inner {
	padding-left: 3px;
	padding-right: 3px;
}

.customclassifier-details-inner p {
	margin: 0px 0px 12px 0px;
}

#pcccAgreementList div {
	word-wrap: break-word;
}

.epicenter-map-label {
	position: absolute !important;
	font-size: 10px !important;
	font-weight: bold;
	text-align: center !important;
	letter-spacing: .15em !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	color: black !important;
	text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff !important;
}

.epicenter-map-label-withoutshadow {
	position: absolute !important;
	font-size: 10px !important;
	font-weight: bold;
	text-align: center !important;
	letter-spacing: .15em !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	color: black !important;
}

/** checkbox **/
.x-checkbox-null .x-form-checkbox, .x-checkbox-null .x-form-checkbox:disabled {
	background: url(../images/checkbox/null-disabled.png) no-repeat;
}

.x-checkbox-checked .x-form-checkbox {
	background: url(../images/checkbox/checked.png) no-repeat;
}

.x-checkbox-unchecked .x-form-checkbox {
	background: url(../images/checkbox/unchecked.png) no-repeat;
}

.x-checkbox-checked .x-form-checkbox:disabled {
	background: url(../images/checkbox/checked-disabled.png) no-repeat;
}

.x-checkbox-unchecked .x-form-checkbox:disabled {
	background: url(../images/checkbox/unchecked-disabled.png) no-repeat;
}

.x-checkbox-null .x-form-checkbox,
.x-checkbox-checked .x-form-checkbox,
.x-checkbox-unchecked .x-form-checkbox,
.x-checkbox-null .x-form-checkbox:disabled,
.x-checkbox-checked .x-form-checkbox:disabled,
.x-checkbox-unchecked .x-form-checkbox:disabled {
	background-position: 0 0 !important; /* overwrites ExtJs's internal setting of 0 -13px that can create missing checkboxes */
	background-size: cover;
}
/** checkbox-end **/

.required-field::after {
    content: "*";
    color: red;
}
.required-field {
	word-wrap: break-word;
}
.label-wrap {
	word-wrap: break-word;
}

.feeselector-gear {
	position: absolute;
	right: 1px;
}

/**
  Internet Explorer browser detection logic. The last one of these that match will be active.
  source: https://stackoverflow.com/a/27315792/16138
**/

/** all other browsers hide this message **/
.ieShow { visibility: hidden; }

/** detect IE 11  **/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ieShow { visibility: visible; }
}

/** detect IE 9, 10  **/
@media screen and (min-width:0\0) {
	.ieShow { visibility: visible; }
}

/** detect IE 6, 7, 8  **/
@media \0screen\,screen\9 {
	.ieShow { visibility: visible; }
}

/** end browser detection **/
