/*
.menu-item-type-custom {
	display: none;
} */

:focus {
    outline: none; /* no outline - for most browsers */
    box-shadow: none; /* no box shadow - for some browsers or if you are using Bootstrap */
}

#header_container { min-height: 50px !important; }

#asignit-sign-container-draggable {
	position: absolute;
	z-index: 1000000;
	background-color: #999;
	border: 1px solid #666;
	height: 0.6em;
	width: 5em;
	left: 50%;
	left: calc(50% - 2.5em);
	bottom: -0.3em;
}

#asignit-sign-container-draggable:after {
	display: block;
	content: " ";
	position: absolute;
	top: 0.1em;
	left: 0.2em;
	right: 0.2em;
	height: 0.15em;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.asignit_hide_link {
	display: none !important;
}

.asignit {
	background-color: white;
	margin: 0.5em;
	padding: 0.5em 0.5em 4em 0.5em;
	min-height: 300px;
}

.asignit input[type='text'] {
	padding: 1px;
	margin: 0em;
	margin-top: 0em !important;
	margin-bottom: 0em !important;
	width: 100%;
	border-radius: 5px;
	text-indent: 5px;
	background: #fbfbfb;
	color: black;
}

.asignit-search-field,
.asignit-search-field-stretch {
	padding: 1px;
	margin: 0em;
	margin-top: 0em !important;
	margin-bottom: 0em !important;
	border-radius: 5px;
	text-indent: 5px;
	background: #fbfbfb;
	color: black;
}

.asignit-search-field-stretch {
	width: 100%;
}

.asignit button,
.asignit-button,
.asignit input[type='submit'],
.asignit_imageFullScreen label {
	background: #ededed;
	padding: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 1em;
	border-radius: 5px;
	border: thin solid #b3b3b3;
	color: black;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: none;
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0.1em;
}

.asignit-button-small {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

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

#asignit-map-canvas {
	height: 100%;
	width: 100%;
	display: block;
}

#asignit-map-container {
	display: block;
	height: 400px;
	width: 100%;
	border: 1px solid #ccf;
	-webkit-box-shadow: 10px 10px 5px -1px rgba(207,199,224,1);
	-moz-box-shadow: 10px 10px 5px -1px rgba(207,199,224,1);
	box-shadow: 10px 10px 5px -1px rgba(207,199,224,1);	
}

.asignit-login {
	width: 400px;
	max-width: 95%;
	margin: 20px auto;
	background: white;
	padding: 20px;
	border-radius: 10px;
	border: thin solid #b3b3b3;
}

.asignit-login {
	display: block !important;
	margin-bottom: 8em !important;
}

.asignit-login > form {
	display: block !important;
}

.asignit-login > form input[type="text"],
.asignit-login > form input[type="password"] {
	display: block;
	width: 100%;
}

.asignit-login .login-submit {
	display: block;
	float: left;
	margin-right: 1em;
}

.asignit-login-instructions,
.asignit-login input[type="submit"],
.asignit-lost-password {
	padding: 0.3em;
	border: 1px solid #ccf;
	border-radius: 2px;
	color: white;
	margin-bottom: 20px !important;
	font-weight: bold;
	background: #4180c5;
	border: 1px solid #7ac9b7;
	display: inline-block;
	margin-top: 2px;
    	appearance: none;
    	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0.1em;
}

.asignit-login-instructions {
	visibility: hidden;
}

.asignit-login .login-remember {
	padding: 0.8em 0;
}

footer {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0; 
	right: 0;
	z-index: 1000000;
}

.asignit-login-instructions,
.asignit-lost-password {
	background: #888;
}

.asignit-lost-password {
  float: right;
  color: white !important;
}

.asignit-login-instructions:hover,
.asignit-lost-password:hover {
  color: #bbb !important;
}

.asignit-login input[type="submit"]:hover {
  color: #75bece !important;
}

.asignit-table-container {
	display: block;
	width: 100%; 
	margin: 1em 0px;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.asignit-table,
.asignit-button-list-table {
	display: table;
	border-collapse: collapse;
	width: 100%;
	position: relative;
}

.asignit-table > div, 
.asignit-button-list-table > div,
.asignit-table > form,
.asignit-table > label,
.asignit-table > a {
	display: table-row;
}
.asignit-5050-table > div > div,
.asignit-5050-table > form > div,
.asignit-5050-table > a > div {
	width: 50%;
}

.asignit-fixed-first-table > div > div:nth-child(1),
.asignit-fixed-first-table > form > div:nth-child(1),
.asignit-fixed-first-table > a > div:nth-child(1) {
	width: 12em;
}

.asignit-table > div > div,
.asignit-table > form > div,
.asignit-table > div > a,
.asignit-button-list-table > div > a,
.asignit-table > a > div,
.asignit-table > div > label {
	display: table-cell;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
	border: 1px solid #ddd;
	color: black;
	line-height: auto !important;
}

.asignit-button-list-table > div > a:hover {
	background-color: #ddd;
}

.asignit_admin_page_current {
	background-color: #aaa !important;
}

.asignit-search-bar {
	display: block;
	padding: 0.4em 0;
}

.asignit-table > div:nth-child(odd) > div,
.asignit-table > form:nth-child(odd) > div,
.asignit-table > a:nth-child(odd) > div,
.asignit-table > div:nth-child(odd) > a,
.asignit-table > div:nth-child(odd) > label {
	background-color: #f8f8f8;
}

.asignit-5050-table > div:nth-child(odd) > div {
	background-color: transparent;
}

.asignit-table-title > div > div,
.asignit-table > div:nth-child(1) > div,
.asignit-table > a:nth-child(1) > div,
.asignit-table > div:nth-child(1) > a {
	background-color: #eee;
	font-weight: bold;
}

.asignit-table > a:active > div,
.asignit-table > div > a:active {
	background-color: #ccc;
}

.asignit-table > a:hover > div,
.asignit-table > div > a:hover,
.asignit-table > div:hover > a {
	background-color: #ddd;
}

.asignit-table > * > div input[type='text'] {
	width: 100%;
	min-width: 10em;
}

.asignit-top-aligned-table > div > div {
	vertical-align: top;
}

.asignit-table-plain > * > div {
	background-color: white;
}

.asignit-search-bar > div {
	background-color: #eee !important;
	border: none !important;
	border-top: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
	line-height: 1.1em;
}

.asignit-search-bar a,
.asignit-search-bar a:visited {
	color: blue;
	font-weight: bold;
}

.asignit-floating-page-nav {
	float: right;
	display: table;
	border: none;
    	vertical-align:middle
}

.asignit-floating-page-nav {
    display: inline-block;
    vertical-align: baseline;
    min-width: 30px;
    min-height: 30px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.625;
    text-align:center;
    font-weight: normal;
}

.asignit-floating-page-nav .displaying-num {
    display: inline-block;
    vertical-align: baseline;
    min-width: 30px;
    min-height: 30px;
    margin: 0;
    padding: 0 4px;
    font-size: 16px;
    line-height: 1.625;
    text-align:center
}

.asignit-floating-page-nav .one-page .displaying-num {
    display: inline-block;
    margin:5px 0
}

.asignit-floating-page-nav .actions {
    padding:0 8px 0 0
}

.asignit-floating-page-nav .button {
    margin: 0 0 0 2px;
    display: inline-block;
    font-size: 13px;
    text-align:center;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #7e8993;
    background-color: #fff;
    color: #32373c;
    padding: 0 8px;
    font-size: 1.2em;
}

.wp-filter .actions {
    display: inline-block;
    vertical-align:middle
}

.tablenav .delete {
    margin-right:20px
}

.tablenav .view-switch {
    float: right;
    margin: 0 5px;
    padding-top:3px
}

div.bold {
	font-weight: bold;
}

.asignit-search-bar-top-row > div {
	border-bottom: none !important;
}

.asignit-search-bar-bottom-row > div {
	border-top: none !important;
}

div.right-align {
	text-align: right;
}

.asignit-search-bar > div:first-child {
	border-left: 1px solid #ddd !important;
}

.asignit-search-bar > div:last-child {
	border-right: 1px solid #ddd !important;
}

.asignit-table-spacer > div {
	background-color: white;
	border: none !important;
}

.asignit-table-title > div {
	font-weight: bold;
}

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

.asignit-error {
	color: red;
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0.1em;
}

.logo-image {
  width: 8em;
  height: auto;
}

.pcbu_pager_control {
  display: block;
  position: absolute;
  right: 0.5em;
  top: -1.5em;
}

#csshero-very-first-trigger {
  display: none;
}

.asignit-row-hilight div {
  font-weight: bold;
  color: #800000 !important;
}

.asignit-show-deleted div {
  font-weight: normal;
  text-decoration: line-through;
}

.asignit_sign_popup_table {
  display: table;
  margin: 0px;
  padding: 0px;
  float: right;
  margin-left: 1em;
}

.asignit_sign_popup_table > div {
  display: table-row;
}

.asignit_sign_popup_table > div > div {
  display: table-cell;
  border: none;
  padding: 0px 0.5em;
  margin: 0px;
  vertical-align: top;
  text-align: left;
  min-width: 4em;
}

.asignit_sign_popup_table > div > div:last-child {
  padding-right: none;
}

.validation_report {
  display: block !important;
  margin-right: auto;
}

.ui-datepicker,
.ui-datepicker-calendar {
	background-color: #eeeeee;
}

.asignit-table-no-title > div:first-child > div {
	background-color: #f8f8f8;
	font-weight: 300;
}

.asignit_emergency_mode_row {
	display: table;
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

.asignit_emergency_mode_row > div {
	display: table-row;
}

.asignit_emergency_mode_row > div > div {
	display: table-cell;
	vertical-align: middle;
	line-height: 2em;
}

#asignit_emergency_mode_checkbox {
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 0.7em;
}

.asignit_emergency_mode_label {
	display: inline-block;
	padding-left: 1em;
	font-weight: bold;
	font-size: 2em;
}

.asignit_styled_checkbox {
	display: none;
}

.asignit_styled_checkbox + label {
	background: transparent url('checkbox_unchecked.png') left center no-repeat;
	background-size: contain;
	padding-left: 1.5em;
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

.asignit_styled_checkbox:checked + label {
	background: transparent url('checkbox_checked.png') left center no-repeat;
	background-size: contain;
}

.asignit_roadSignName {
  left: 0;
  top: 0;
  display: block !important;
  position: absolute !important;
  padding: 0.5em !important;
  margin: 0 !important;
  width: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(200, 200, 255);
}

.asignit_roadSignName > input {
  background-color: transparent !important;
  color: white !important;
  -webkit-appearance: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  min-width: 5em;
}

#asignit_large_popup_input {
  display: none;
}

.asignit_large_popup {
  display: none;
  position: absolute;
  position: fixed;
  left: 10%;
  top: 10%;
  right: 10%;
  bottom: 10%;
  box-sizing: border-box;
  background-color: #ccc;
  z-index: 1000000;
  border-radius: 1em;
}

.asignit_large_popup_content_container {
  left: 0.5em;
  top: 3em;
  right: 0.5em;
  position: absolute;
  height: 90%;
  height: calc(100% - 3.5em);
  box-sizing: border-box;
  background-color: white;
  overflow-y: scroll;
  border-radius: 0 0 1em 1em;
}

.asignit_large_popup_content {
  background-color: white;
}

.asignit_large_popup_title {
  color: black;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  padding: 0.2em;
  font-weight: bold;
}


.asignit_large_popup_close_box {
  display: block;
  position: absolute;
  right: 1em;
  top: 0.5em;
  padding: 0.2em 0.5em;
  background-color: white;
  border-radius: 0.25em;
  font-weight: bold;
}

#asignit_large_popup_input:checked + .asignit_large_popup {
  display: block;
}
