html,
body,
body > div:nth-child(1) {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100% !important;
}

#top_bg {
	height: calc(100% - 5.5em);
}

#container {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 3em;
}

body > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body > div > * {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: top;
  -webkit-justify-content: top;
  -moz-box-pack: top;
  -ms-flex-pack: top;
  justify-content: top;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body > div form {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.asignit {
	background-color: white;
	margin: 0.5em;
	padding: 0.5em;
}

.asignit-row {
	margin: 1em 0px;
}

.clearfix:after {
	clear: none !important;
}

.asignit-report-tab {
	max-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.asignit-map-canvas {
	display: block;
	position: absolute !important;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.asignit-map-canvas img {
	max-width: none;
}

form > div {
	margin-top: 0px !important;
}

#asignit-outer-container {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.asignit-outer-container-base-margin {
  -webkit-box-flex: 0 0 4em;
  -webkit-flex: 0 0 4em;
  -moz-box-flex: 0 0 4em;
  -ms-flex: 0 0 4em;
  flex: 0 0 4em;
  height: 4em; 
}

.asignit-left-bar-layout {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  padding-right: 0.5em;
}

.asignit-left-bar-layout div {
  position: relative;
}

.asignit-left-bar {
  position: relative;
  margin-top: -1.2em;
  -webkit-box-flex: 0 0 20em;
  -webkit-flex: 0 0 20em;
  -moz-box-flex: 0 0 20em;
  -ms-flex: 0 0 20em;
  flex: 0 0 20em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.asignit-left-bar-title {
  color: #466890;
  font-size: 2.5em;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -ms-flex: none;
  flex: none;
  font-weight: 900;
}

.asignit-left-bar-box {
  background-color: #466890;
  color: white;
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.asignit-left-bar > .asignit-left-bar-box:last-child {
  margin-bottom: 0px;
}

.asignit-left-bar-box-title {
  font-size: 1.5em;
  margin-top: 1em;
}

.asignit-left-bar-box-row {
  font-size: 1.5em;
}

.asignit-left-bar-box-italic-title {
  font-size: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 1em;
  font-style: italic;
}

.asignit-left-bar-box-italic-row {
  font-size: 1.5em;
  font-style: italic;
}

.asignit-left-bar-box-date-display {
  font-size: 1.0em;
}

.asignit-value-box {
  font-size: inherit;
}

.asignit-tabs {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0px;
  padding-right: 0px;
  position: relative;
}

.asignit-map-container {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

body {
	background-color: white !important;
}

.asignit-tabs > .asignit-tab-buttons {
  -webkit-box-flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  -moz-box-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.asignit-tabs > .asignit-tab-panels {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
	background-color: white;
	display: block;
	position: relative;
	margin-top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	background-color: white;
}

.asignit-tabs > .asignit-tab-panels > div {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	margin-top: 0px;
	z-index: -1;
	min-height: 100%;
	max-height: 100%;
	background-color: white;
}

.asignit-tabs input[type="radio"] {
	display: none;
}

.asignit-tabs .asignit-tab-buttons label {
	padding: 0.5em;
	height: 40px;
	line-height: 100%;
	vertical-align: middle;
	border-radius: 0.25em 0.25em 0px 0px;
	background-color: #ddd;
	float: left;
	border: thin solid #999;
	font-weight: bold;
	box-sizing: border-box;
	height: 100%;
	margin-top: 10px;
}

.asignit-tabs .asignit-tab-buttons .asignit_plain_label {
	display: inline-block;
	background-color: transparent;
	border: none;
	margin-top: auto;
	margin-bottom: 0.3em;
}

.asignit-infowindow-button {
	float:right;
}

/* CH 25.10.16 Add Event button style  */
.asignit-tabs .asignit-tab-buttons .asignit-tab-button {
	padding: 0.5em;
	height: 40px;
	line-height: 100%;
	vertical-align: middle;
	border-radius: 0.25em 0.25em 0px 0px;
	background-color: #ddd;
	float: right;
	border: thin solid #999;
	font-weight: bold;
}

.asignit-lga-date-box {
	padding-left: 2em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	height: 40px;
	line-height: 100%;
	vertical-align: middle;
	float: left;
	border: thin solid transparent;
	font-weight: bold;
}

.asignit-event-pallet-wrapper,
.asignit-layer-palet {
	display:block;
	position: absolute !important;
	max-width: 250px;
	top:0px;
	max-height: 70%;
	right:0px;
	box-sizing: border-box;
	border: 1px solid #eee;
	background-color: white;
}

.asignit-event-pallet {
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
	border-radius: 0px 0px 0.25em 0.25em;
	background-color: #fff;
}

.asignit-layer-palet-row {
	display: table-row;
}

.asignit-layer-palet-row > div {
	display: table-cell;
	padding: 0.3em 1em;
}

.asignit-event-pallet-button {
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:40px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */
}

.asignit-event-pallet-button h3 {
	text-align:center;
}

.asignit-event-pallet-button label {
	display:block;
	height:40px;
	width:100%;
}

.asignit-event-pallet-button input, .asignit-event-pallet-button label {
	cursor:pointer;
}

.asignit-event-pallet-button input:checked + label {
	background-color:#ddd;
}

.asignit-event-pallet-label-image {
	display:inline-block;
	float:left;
	margin:5px;
	padding:5px;
	width:2em;
	height:2em;
}

.asignit-event-pallet-label-text {
	display:inline-block;
	float:right;
	margin:5px;
	padding:5px;
	width:200px;
	height:2em;
}

.asignit-event-pallet-label-text p {
	text-align:center;
}

.asignit-event-pallet-button > label {
	display:flex;
	align-items: center;
	padding:10px;
	text-align:center;
}

.asignit-event-pallet-button > label > span {
	margin:auto;
}

/* end of additions  */

#asignit-tab-1:checked ~ .asignit-tab-panels > div:nth-child(1),
#asignit-tab-2:checked ~ .asignit-tab-panels > div:nth-child(2), 
#asignit-tab-3:checked ~ .asignit-tab-panels > div:nth-child(3) 
{
	z-index: auto;
	position: absolute;
}

#asignit-tab-1:checked ~ .asignit-tab-buttons label[for="asignit-tab-1"],
#asignit-tab-2:checked ~ .asignit-tab-buttons label[for="asignit-tab-2"],
#asignit-tab-3:checked ~ .asignit-tab-buttons label[for="asignit-tab-3"] {
	background-color: #fff;
}

.asignit-extract-road-closed-text {
  display: none;
  font-size: 11px;
  font-family: system-ui;
  font-weight: bold;
}

.asignit-extract-events-text {
  display: inline;
  font-size: 11px;
  font-family: system-ui;
  font-weight: bold;
}

#asignit-tab-3:checked ~ .asignit-tab-buttons .asignit-extract-road-closed-text {
	display: inline;
}

#asignit-tab-3:checked ~ .asignit-tab-buttons .asignit-extract-events-text {
	display: none;
}

.fill-height-or-more  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
} 

.fill-height-or-more > div {
  -webkit-box-flex: 0 0 9em;
  -webkit-flex: 0 0 9em;
  -moz-box-flex: 0 0 9em;
  -ms-flex: 0 0 9em;
  flex: 0 0 9em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: top;
  -webkit-justify-content: top;
  -moz-box-pack: top;
  -ms-flex-pack: top;
  justify-content: top;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fill-height-or-more > div:nth-child(1) {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.asignit-lga-table {
  display: table;
  min-width: 30em;
  border-collapse: collapse;
}

.asignit-lga-table > div {
  display: table-row;
}

.asignit-lga-table > div > div > div > button {
	width:2em;
	height:2em;
	cursor:pointer;
	background-color:rgba(0,0,0,0);
	border-style:none !important;
	color:#fff;
	float:right;
	right:0;
	display:inline-block;
	position:relative;
}

.asignit-lga-table > div > div > div > select, .asignit-subtype {
	display:inline-block;
	width:180px !important;
}

.asignit-lga-table > div > div  select,
.asignit-lga-table > div > div  input[type="text"]
{
	display: block;
	width: 100%;
}

.asignit-lga-table > div > div,
.asignit-lga-table > div > label {
	display: table-cell;
	padding: 5px;
	color: #555296;
	vertical-align:middle;
}

.asignit-lga-table > div > div > div, .asignit-lga-table > div > div > button {
	display:inline-block;
	vertical-align:middle;
	position:relative;
}

.asignit-lga-table > div > div > input {
	margin:0px;
	height:2em;
}

.asignit-active-jobsites-table {
  border: 2px solid #3e3f95;
  margin-top: auto !important;
}

.asignit-active-jobsites-table > div:nth-child(1) > div {
  color: white;
  background: #3e3f95;
}

.asignit-active-jobsites-table > div:nth-child(2) > div {
  color: white;
}

.asignit-lga-title-row div {
  background: #7190c9;
  white-space: nowrap;
}

.asignit-active-jobsites-trash-container {
  position: relative;
  height: 2em;
}

.asignit-active-jobsites-trash-container div {
  position: relative;
}

.asignit-active-jobsites-trash-can {
  position: absolute !important;
  right: 0px;
  top: 0px;
}

.asignit-road-closed-trash-container {
  position: relative;
  height: 2em;
}

.asignit-road-closed-trash-can {
  position: absolute !important;
  right: 0px;
  top: 0px;
}

.asignit-active-jobsites-eye {
  background: transparent url('/wp-content/plugins/asignit/lgaReports/eye_icon.png') no-repeat left top !important;
  background-size: auto 80% !important;
  position: absolute !important;
  width: 2em;
  height: 100%;
  right: 2em;
  top: 0px;
  cursor: pointer;
}

.asignit-active-jobsites-save {
  background: transparent;
  background-size: auto 80%;
  position: absolute !important;
  width: 2em;
  height: 100%;
  right: 90px;
  top: 0px;
  cursor: pointer;
  display: none !important;
}

.asignit-active-jobsites-edit {
  background: transparent url('/wp-content/plugins/asignit/lgaReports/edit_icon.png') no-repeat left top !important;
  background-size: auto 80% !important;
  position: absolute !important;
  width: 2em;
  height: 100%;
  right: 60px;
  top: 0px;
  cursor: pointer;
}

.asignit-active-jobsites-trash-left {
  padding-right: 130px !important;
}

.asignit-road-closed-table,
.asignit-emergency-table {
  margin: 3px;
  border-collapse: collapse;
  box-sizing: border-box;
}

.asignit-road-closed-table > div:nth-child(1) > div, 
.asignit-emergency-table > div:nth-child(1) > div {
  color: white;
  background: #7190c9;
}

.asignit-road-closed-table > div > div:nth-child(1),
.asignit-emergency-table > div > div:nth-child(1) {
  font-weight: bold;
  padding-right: 0.5em;
}

.asignit-road-closed-table > div > div:nth-last-child(1),
.asignit-emergency-table > div > div:nth-last-child(1) {
  padding-right: 66px;
}

.asignit-road-closed-table > div > div,
.asignit-emergency-table > div > div {
  position: relative;
}

.asignit-emergency-table > div:nth-child(1) > div {
  background-color: white;
  overflow-y: hidden;
  overflow-x: visible;
}

.asignit-emergency-table > div:nth-child(2) > div {
  color: white;
  background: #7190c9;
  border: 0;
}

.asignit-emergency-table > div > div:first-child {
  border-left: 2px solid #7190c9;
}

.asignit-emergency-table > div > div:last-child {
  border-right: 2px solid #7190c9;
}

.asignit-emergency-table > div:last-child > div {
  border-bottom: 2px solid #7190c9;
}

.asignit-emergency-table > div:first-child > div {
  border-left: none;
  border-right: none;
}

.asignit-emergency-tab-label-details,
.asignit-emergency-tab-label-image {
  display: block;
  padding: 0.3em 0.3em 1em 0.3em;
  margin-bottom: -0.8em;
  background-color: #cccdff;
  border: 1px solid #7190c9;
  border-radius: 0.5em 0.5em 0 0;
  color: white;
  font-weight: bold;
  margin-left: -0.3em;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version */
}

.asignit-emergency-tab-label-image,
#asignit-lga-emergency-tab-1:checked + div .asignit-emergency-tab-label-details {
  background-color: #7190c9;
}

#asignit-lga-emergency-tab-1:checked + div .asignit-emergency-tab-label-image {
  background-color: #cccdff;
}

.asignit-road-closed-eye {
  background: transparent url('/wp-content/plugins/asignit/lgaReports/eye_icon.png') no-repeat left top !important;
  background-size: 2em 80% !important;
  position: absolute !important;
  width: 2em;
  height: 100%;
  right: 2em;
  top: 0px;
  cursor: pointer;
}

#add-event-visible-checkbox,
#layer-button-checkbox {
  display: none;
}

.add-event-visible-button,
.layer-buttons-visible-button {
	display: none;
        padding: 0.5em !important;
        line-height: 100% !important;
        vertical-align: middle !important;
        border-radius: 0.25em 0.25em 0px 0px !important;
        background-color: #ddd !important;
        float: right !important;
        border: thin solid #999 !important;
        font-weight: bold !important;
	height: 100% !important;
	margin-top: 10px;
}

.layer-buttons-visible-button {
	display: block;
	width: 3em;
	background-image: url('layer_button.png') !important;
       	background-size: 80% auto !important;
       	background-repeat: no-repeat !important;
        background-position: center 0.2em !important;
	margin-right: 0.1em;
}

#add-event-visible-checkbox:checked ~ div .add-event-visible-button,
#layer-button-checkbox:checked ~ div .layer-buttons-visible-button {
	background-color: white !important;
}

.asignit-event-pallet-wrapper,
.asignit-layer-palet {
	display: none;
}

#add-event-visible-checkbox:checked ~ div .asignit-event-pallet-wrapper {
	display: block;
}

#layer-button-checkbox:checked ~ div .asignit-layer-palet {
	display: table;
}

#asignit-tab-1:checked ~ div .add-event-visible-button {
	display: inline-block !important;
}

.asignit-infowindow-inputfield {
        color: black !important;
        height: auto !important;
        padding: 0.2em !important;
}

.ui-datepicker {
  max-height: 14em;
}

#asignit-lga-date-submit,
.search-button {
  float: left !important;
  max-width: 15em;
  background: #ededed;
  padding: 0.2em;
  color: black;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  font-family: system-ui;
  font-weight: bold;
  padding: 0.5em;
  border: thin solid #b3b3b3;
  text-transform: none;
  margin-bottom: 0.5em !important;
  margin-top: 0.5em !important;
  cursor: pointer;
  white-space: nowrap;
}

button.search-button {
  margin-left: 1em;
}

.hilight_missing,
.hilight_missing div {
  color: red;
  font-weight: bold;
}

#asignit_edit_toggle {
  display: none;
}

#btnSaveOverride {
  color: white;
}

.asignit_show_edit {
  display: none !important;
  max-height: 1.6em;
  min-width: 95%;
  min-width: calc(100% - 0.5em);
  position: relative;
}

#asignit-subtype .asignit_hide_edit {
  margin-right: 90px;
  min-width: auto;
}

#asignit-subtype .asignit_show_edit {
  min-width: auto;
  margin-right: 120px !important;
}

#asignit_edit_toggle:checked ~ div .asignit_show_edit,
#asignit_edit_toggle:checked ~ .asignit-active-jobsites-trash-container .asignit-active-jobsites-save,
#asignit_edit_toggle:checked ~ .asignit-active-jobsites-trash-container .hilight_missing .asignit_show_edit {
  display: block !important;
  max-width: 100%;
}

#asignit_edit_toggle:checked ~ div .asignit_hide_edit,
#asignit_edit_toggle:checked ~ .asignit-active-jobsites-trash-container .hilight_missing .asignit_hide_edit {
  display: none !important;
}

#asignit_edit_toggle:checked ~ .asignit-active-jobsites-trash-container .asignit-active-jobsites-edit {
  opacity: 0.7;
}

@keyframes asignit-bounceIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes asignit-fadeAway {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#asignit-road-closed-loading {
	position: absolute;
	display: block;
	top: 3em;
	left: 12em;
	padding: 1em;
	background-color: red;
	color: white;
	font-weight: bold;
	animation-iteration-count: infinite;
	animation-duration: 2s;
        animation-name:	asignit-bounceIn;
	animation-timing-function: linear;
	z-index: 2000000;
}

.asignit-fade-away {
	animation-iteration-count: 1 !important;
	animation-duration: 2s !important;
        animation-name:	asignit-fadeAway !important;
	animation-timing-function: linear !important;
	opacity: 0;
}

.asignit_datePickerWrapper {
	background-color: white;
}

.asignit_datePickerWrapperEnd {
	clear: both;
}

.asignit_dateToggleButton {
	padding: 1px 2px;
	border-width: 1px;
	border-style: inset;
	border-color: rgb(118, 118, 118);
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	min-height: 1.7em;
}

.asignit_date_toggle {
	display: none !important;
}

.asignit_date_toggle + div {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000000;
}

.asignit_date_toggle:checked + div {
	display: block;
}

.xdsoft_datetimepicker {
  min-width: 20em !important;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.asignit_event_list_container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.asignit_event_list_header {
  -webkit-box-flex: none !important;
  -webkit-flex: none !important;
  -moz-box-flex: none !important;
  -ms-flex: none !important;
  flex: none !important; 
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.asignit_event_list_hscroller {
  padding: 0px;
  margin: 0px;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: hidden;
  overflow-x: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.asignit_event_list_scroller {
  padding: 0px;
  margin: 0px;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 336em;
  min-width: 336em; 
  max-width: 336em;
}

.asignit_event_list_table { width: 336em; min-width: 336em; max-width: 336em; box-sizing: border-box; }
.asignit_event_list_table > div > div { width: 10em; min-width: 10em; max-width: 10em; }
.asignit_event_list_business_name { width: 20em !important; min-width: 20em !important; max-width: 20em !important; }
.asignit_event_list_date { width: 12em !important; min-width: 12em !important; max-width: 12em !important; }

.asignit_hide_rows > div {
	display: none;
}

.asignit_event_inactive div {
	background-color: #9fa0d2 !important;
}

.asignit_event_incomplete div {
	background-color: #ff929c !important;
}

.asignit_event_list_clickable_table > div:hover > div {
  background-color: #c8c8c8 !important;
}

.asignit_event_list_clickable_table > div > div {
	position: relative;
}

.asignit_event_list_view_job {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  opacity: 0.5;
  background-size: contain !important;
  background: transparent url('/wp-content/plugins/asignit/lgaReports/eye_icon_dark.png') no-repeat left top;
}

.asignit_event_list_delete {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  font-size: 1.2em;
  opacity: 0.5;
  color: black;
  background-size: contain !important;
}

.asignit_event_list_toggle_edit {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  opacity: 0.5;
  background-size: contain !important;
  background: transparent url('/wp-content/plugins/asignit/lgaReports/edit_icon_dark.png') no-repeat left top;
}

.asignit-inline-form {
  display: inline-block;
  line-height: 1em;
  vertical-align: bottom;
}

.asignit_event_list_row_edit_toggle,
.asignit_event_list_row_erase {
  display: none;
}

.asignit_event_list_show_edit { display: none; }
.asignit_event_list_hide_edit { display: inline-block; }

.asignit_event_list_row_edit_toggle:checked ~ div .asignit_event_list_show_edit {
  display: inline-block;
}

.asignit_event_list_row_edit_toggle:checked ~ div .asignit_event_list_hide_edit {
  display: none;
}

.asignit_event_list_row_erase:checked ~ div .asignit_event_list_hide_edit {
  display: inline;
  text-decoration: line-through;
}

.asignit_event_list_row_erase:checked ~ div .asignit_event_list_show_edit {
  display: none;
}

.asignit_event_list_header {
  display: block;
  padding: 5px;
  margin: 0px;
  -webkit-box-flex: 0 0 2em;
  -webkit-flex: 0 0 2em;
  -moz-box-flex: 0 0 2em;
  -ms-flex: 0 0 2em;
  flex: 0 0 2em;
  box-sizing: border-box;
}

.asignit-event-list-save {
  display: inline-block;
  width: 2em;
  height: 2em;
  font-size: 1.8em;
}

#asignit-road-closed-save-road-name {
  display: inline-block;
  font-size: 1.8em; 
  cursor: pointer;
  color: white;
  background-color: transparent;
  padding: 0.2em;
  margin: 0 0 0 0.2em;
  border: none;
}

.asignit-invisible-button {
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
}

.asignit_event_list_row_edit_toggle:checked ~ div .asignit_event_list_toggle_edit,
.asignit_event_list_row_erase:checked ~ div .asignit_event_list_delete {
  opacity: 1.0;
}

.asignit_event_list_table_header {
  -webkit-box-flex: 0 0 2em !important;
  -webkit-flex: 0 0 2em !important;
  -moz-box-flex: 0 0 2em !important;
  -ms-flex: 0 0 2em !important;
  flex: 0 0 2em !important;
}

.asignit-legend-box {
  padding: 1em;
  box-sizing: border-box;
  background-color: white;
  color: black;
  margin: 1em;
}

.asignit-minimum-data-requirements-legend {
  padding-left: 2.5em;
  display: block;
  position: relative;
}

.asignit-minimum-data-requirements-legend:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  height: 1em;
  width: 2em;
  background-color: #ff929c;
}

.asignit-no-activity-legend {
  margin-top: 1em;
  padding-left: 2.5em;
  display: block;
  position: relative;
}

.asignit-no-activity-legend:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  height: 1em;
  width: 2em;
  background-color: #9fa0d2;
}

#asignit_Lga {
  max-width: 17em;
  box-sizing: border-box;
}

.asignit-lga-emergency-tab-holder {
  position: relative;
}

.asignit-lga-emergency-tab-holder > input,
.asignit-lga-emergency-tab-holder > div {
	visibility: hidden;
}

.asignit-lga-emergency-tab-holder >  .asignit-lga-emergency-tab-radio:checked + .asignit-lga-table {
	visibility: visible;
}

.asignit-absolute-position-table {
  border-collapse: collapse;
  visibility: visible !important;
}

.asignit-absolute-fill-table {
  display: block;
  position: absolute !important;
  border-collapse: collapse;
  left: 0px;
  top: 4.7em; 
  right: 0px;
  bottom: -2px;
}
