<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .faq_bolder
    {
    font-weight: bolder;
    }
    .faq_legend_header {
    	 width:10em; 
    	 text-align: right; 
    	 padding:0.5em 1em;
    }
    
        .faq_legend_data {
    	 padding:0.5em 1em;
    }
    
#traffic_links {
    float: right;
}


.esri-view-height-xsmall .esri-expand .esri-widget--panel {
  height:500px;
  max-height:calc(100vh - 350px);
  width:400px;
  max-width:75vw;
      max-height: 90vh;
}

#imageDiv {
	text-align:center;
	
}




.mandatory{
	color:red;
}

#wrapper {
		    height: calc(100vh - 260px);
   /*CHANGE REVISED  width: 100vw;*/
    margin-left: calc(-45vw + 50%);
	width: 90vw;
    /*width:100%;*/
	min-height: 400px;
/*	text-align: center;*/
}

#wrapper_admin {
		    height: calc(100vh - 260px);
   /*CHANGE REVISED  width: 100vw;*/
    margin-left: calc(-48vw + 50%);
	width: 96vw;
    /*width:100%;*/
	min-height: 400px;
	text-align: center;
}


#map_wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;

}

.maximize_div {
	text-align: center;
	border-width: thin;
	border-color: black;
	z-index: 1099;
	background-color: white;
	padding: 20px;
	position: fixed;
	max-width: 900px;
	width: 100vw;
	max-height: 100vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: (-50%, -50%)'
}

@media only screen and (max-height: 600px) {
	.maximize_div {
		background-color: white;
		padding: 0;
		position: fixed;
		max-width: 900px;
		width: 100vw;
		max-height: 100vh;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: (-50%, -50%)'
	}
}

#google_map {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
		/*z-index: 1050;*/
}

.traf_filter_field {
	display:inline-block;
	max-width:25em;
}

.traf_filter_button{
	display:inline-block;
	margin-left:2em;
}




@media only screen and (max-width: 993px) {

	#wrapper {
	/*	width: 100%;
		height: 100%;*/
		    height: calc(100vh - 260px);
   /* width: 100vw;
    margin-left: calc(-50vw + 50%);	*/}
    
    #wrapper_admin {

		    height: calc(100vh - 260px);
}
    
	.menu_button {
		height: 61px;
		padding-top: 12px;
	}
}

@media only screen and (max-width: 767px) {
	/*	h1 {
		font-size: 18px;
	}*/
	#wrapper {
				    height: calc(100vh - 260px);
/*				    width: calc(100vw - 4em);
		    margin-left: calc(-50vw + 50% + 2em);*/
	}
	
	
		#wrapper_admin {
				    height: calc(100vh - 260px);

	}
	#map_wrapper {
		/*width: calc(100% - 2em);
		margin-left: 1em;*/
	}
	/*		#main_content_area {
		width: 100%;
		display: flex;
		flex-direction: column;
	}*/
	/*#camera_table_container {
		max-width: 100%;
		width: 100%;
		order: 3;
		display: block;
	}*/
	#camera_image {
		max-height: 450px;
	}
	#camera_list_table {
		word-break: break-word;
	}
}


    .visuallyhidden:not(:focus):not(:active)  {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/**********************************************************
Override settings of ESRI css
************************************************************/

.esri-search {
	width:20em;
}

.esri-search__container .esri-search__input {
    font-family: "Muli",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    font-size: 18.5px !important;
 /*   width: 13em;*/
}
.esri-attribution {
    background-color: rgba(255,255,255,1);
    color: black;
    font-size: medium;
    font-weight: bold;
}
.ts_map_checkbox_label{
	display:inline;	
	padding-left:0.5em;    font-weight: 200
}

.ts_map_select_label
{
	width: 8em;
    display: inline-block;
        font-weight: 200;
}

.ts_checkbox_div{
	padding-top:0.25em;
	padding-bottom:0.25em;
	    text-align: left;
}

.ts_expand_form{
overflow-y:auto;
padding-right:1em;
padding-left:1em;
}

.ts_map_select
{
    display: inline;
    width:10em;
}

.esri-popup__header-title {
	word-wrap: break-word;
	word-break: break-word;
}

/*
.esri-slider--horizontal .esri-slider__track {
	height: 20px;
}

.esri-slider__min {
	float: left;
	margin-left: 2px;
}

.esri-slider__max {
	float: right;
	margin-left: 2px;
}

.esri-slider__track {
	touch-action: none;
	height: 20px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	background-color: black;
	border-radius: 10px;
	border: 1px solid white !important;
}

.esri-slider__thumb {
	top: 50%;
	cursor: pointer;
	margin: -18px 0 0 -18px;
	width: 36px;
	height: 36px;
	text-align: center;
	padding-top: 10px;
	border-color: black;
	border-width: 2px;
	border-style: solid !important;
}
.esri-slider--horizontal .esri-slider__label {
	display: none;
}*/

.esri-slider--horizontal .esri-slider__track{
	height:10px;
	background-color:black;
	border-radius:5px;
}


.esri-slider__thumb {
	height:24px;
	width:24px;
}

.esri-slider__thumb:hover {
	height:30px;
	width:30px;
}



.esri-widget--button {
	background-color: #062b4e !important;
	color: white;
	font-weight: bold;
	}
	
	.esri-widget--button:focus {
	outline-color: rgb(255,0,128);
	}


	
.esri-widget--button:hover {
	background-color:#999 !important;
		color: white;
	font-weight: bold;
	border-color: pink;
	border:medium;
	} 
	
	
.esriCTItemlList {
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	cursor: pointer;
	display: block;
	font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 12px;
	font-stretch: 100%;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal; font-variant-numeric: normal;
	font-weight: 400;
/*	height: 36px;*/
	line-height: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-size-adjust: 100%;
	width: 100%;
	padding: 0px 10px 0px 20px;
}

.esriCTItemCount {
	background-position-x: 50%;
	background-position-y: 50%; background-repeat-x; background-repeat-y;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	cursor: pointer;
	display: block;
	float: right;
	font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 12px;
	font-stretch: 100%; font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 400;
	height: 20px;
	line-height: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-size-adjust: 100%;
}

.esriCTPanelHeader {
	font-weight: bold;
	padding-left: 20px;
    padding-right: 20px;
}

.esriCTItemRightArrow {
	background-color: rgb(0, 0, 0);
	background-image: url(images/right-arrow.png);
	background-position-x: 50%;
	background-position-y: 50%; background-repeat-x; background-repeat-y;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	cursor: pointer;
	display: block;
	float: right;
	font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 12px;
	font-stretch: 100%; font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric : normal;
	font-weight: 400;
	height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 7px;
	padding: 0px;
	text-size-adjust: 100%;
	width: 10px;
}

.esriCTItemLeftArrow {
	background-color: rgb(0, 0, 0);
	background-image: url(images/left-arrow.png);
	background-position-x: 50%;
	background-position-y: 50%; background-repeat-x; background-repeat-y;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	cursor: pointer;
	display: block;
	float: left;
	font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 12px;
	font-stretch: 100%; font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 400;
	height: 20px;
	margin: 7px 10px 0px 0px;
	padding:0px;
	width: 10px;
}

.esri-collapse__icon.esri-icon-expand {
	        content: " ";
        background-image: url("images/nearme_icon.png");
background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	height:25px;
	width:25px;
}


.esri-collapse__icon.esri-icon-legend {
	        content: " ";
        background-image: url("images/legend_icon.png");
background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	height:20px;
	width:20px;
}

.esri-collapse__icon.esri-icon-expand:before {
	        content: " ";
}


.esri-input.esri-search__input::placeholder {
	color:black;
	opacity:0.7;
	font-style:italic;
	font-weight:100;
	
}

.esri-icon-legend:before {
	        content: " ";
}

      .esri-view-height-small .esri-expand .esri-widget--panel   {
  height:455px;
  max-height:calc(100vh - 350px);
  width:400px;
  /*max-width:75vw;*/
      text-align: left;
      padding:0px;
}

@media only screen and (max-height: 820px) {
.esri-view-height-small .esri-expand .esri-widget--panel   {
  height:455px;
  max-height:100vh;
  width:400px;
  /*max-width:75vw;*/
      text-align: left;
      padding:0px;
}
}

.esri-view-height-xsmall .esri-expand .esri-widget--panel {
  height:455px;
  max-height:calc(100vh - 350px);
  width:400px;
  max-width:100%;
      max-height: 90vh;
          text-align: left;
      padding:0px;

}

.esri-ui-top-right .esri-expand--drawer .esri-expand__container--expanded {
 width:400px;
 max-width:75%;

}

.esri-ui-corner .esri-expand .esri-widget--panel {
 width:400px;
 padding:0px;
}

.esri-expand__content--expanded {
	width:400px;
}


.esri-popup__header-container {
     text-align: left;
}











	
	
	   /*background color for all the ODD background rows  */
    .alternating_table tr:nth-child(odd) {
        background: #b8d1f3;
    }
    /*background color for all the EVEN background rows  */
    .alternating_table tr:nth-child(even) {
        background: #dae5f4;
    }
     /*background color for all the ODD rows hover */
    .alternating_table tr:nth-child(odd):hover {
        background: #588dbb;
        color:#fff;
    }
    /*background color for all the EVEN rows hover */
   .alternating_table  tr:nth-child(even):hover {
        background: #8994a2;
        color:#fff;
    }
    
    
    
    
    .hide_on_old_form
    {
    	display:none;
     }
    
    .need_hide_on_old_form
    {
    display:none;
    }
    
    
    .info_popup {
  width: 12em;
  background-color: #052e41;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 1.5em 1.5em;
  font-size:larger;
  font-weight:bold;
  /*position: absolute;*/
  z-index: 1;
  margin-right:50px;
  /*bottom: 125%;
  left: 50%;*/
  
  border-color: rgb(255, 0, 128);
    border-width: thick;
    border-style: solid;
}

/* Popup arrow */
.info_popup::after {
  content: "";
  position: absolute;
top: 50%;
    left: 100%;
  margin-top: -5px;
  /* border-width: 10px; */
  /* border-style: solid; */
  /* border-color: transparent  transparent transparent #fff; */
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
    border-left: 40px solid rgb(255, 0, 128);

}


.result_list_distance {
	white-space: nowrap;
	margin-top: 0;
}

.result_list_title {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 35px;
}


/***********************************
* 
************************************/
.fifty_percent_select {
	width: 50%;
}

/**************************************
* Settings for columns for checkboxe
***************************************/



@media (min-width: 600px) {
.checkbox-col-4 {
    max-width: 33.33333%;
    min-width: 15%;
}

 .checkbox-col-6 not .checkbox-col-6 + .checkbox-col-6  {
    max-width: 50%;
}

.hasDatepicker{
	width:auto;
}

.checkbox-col-4, .checkbox-col-6 {
    float: left;
}
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}

.radio, .checkbox {
    margin-top: -5px;
    margin-right: 2em;
}

.datepicker_label {
	font-weight: 100;
}

.marginRightField {
	margin-right:  4em;
}

/***********************************
Near here filter
***********************************/



.nearMe {
	background-color: white;
	/*width: 350px;*/
	max-width: 95vw;
	text-align: left;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	overflow-x: hidden;
}


.nearMeTitle {
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
	color: white;
	font-weight: bold;
	background-color: #062b4e !important;
	font-size: 16px;
	line-height: 35px;
    padding: 0em 0em 0em 1em;
    height: 35px;
    text-align: left;
}

.nearMeSlider {
	background-color: white;
	width: 100%;
	height:4em;
	padding-bottom: 1em;
	border-bottom: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


.nearMeRadiusLabel {
	padding-top: 1.5em;
}
.near_me_content {
	padding: 0.5em 0.5em 0.5em 1em;
	height: 300px;
 /*   overflow-y: scroll;*/
}

.near_me_padding {
	padding: 0.5em 0.5em 0.5em 1em;
}

.nearMeClose {

    background-image: url(images/x.png);

    width: 35px;
    height: 100%;
    border-radius: 11px;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;

    pointer-events: all;

    -moz-box-sizing: border-box;

    float: right;

}	





.twitter_text{
	width:90%;
}



.twitter_count{
	width:90%;
	text-align: right;
}


/*************************************
Expand button on event filter on map
**************************************/

.js-expandmore{
	text-align:right;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.js-to_expand[aria-hidden=true],
.js-to_expand[data-hidden=true] {
  display: none;
}

.js-to_expand {
	margin-bottom:1em;
	text-align: right;
}

.expandmore__button {
  background: none;
  font-size: inherit;
  color: inherit;
  border:none;
}
/* optional */
.expandmore__symbol:after {
  content : '+ ';
}
.expandmore__button[aria-expanded=true] &gt; .expandmore__symbol:after,
.expandmore__button[data-expanded=true] &gt; .expandmore__symbol:after {
  content : '- ';
}




.ott-page-heading
{
	display:inline-block;
}

.eventTableCaption {
		background-color: #052e41;
	color: white;text-align: left;
    box-sizing: border-box;
    font-weight: 700;
    font-size: larger;
    padding: 0.2em;
    width:100%;
}


.eventTableItem th {
	width:8em;
	    padding-bottom: 0.25em;
}



/*****************************************
*Admin
*********************************/
.ts_admin_table_row
{
	padding:0.25em;
}


.ts_admin_twitter_status
{
	float:right;
	margin:0;
}
.ts_admin_twitter_status_submitted
{
	color:green;
}
.ts_admin_twitter_status_queued
{
	color:blue;
}
.ts_admin_twitter_status_deleted
{
	color:red;
}

.ts_admin_action_button
{
	margin: 0 0.25em 0 0.25em;
	display:inline-block;
}

.ts_event_filter_dropdown{
	width:auto;
}

.ts_ajax_error {
	color: red;
	font-weight: bold;
}

.ts_ajax_success {
	color: green;
	font-weight: bold;
}

.ts_admin_data_table {
	    border-spacing: 1px;
    border-collapse: separate;
}

.ts_admin_data_table  td, th {
	    padding: 0.25em 0.5em 0.25em 0.1em;
}

.ts_select_twenty {
	min-width: 20em;
}

.ts_more_info {
	margin-bottom:2em;
}</pre></body></html>