

* {
    box-sizing: border-box;
}

#main-wrapper {
	height: Calc(100% - 80px);	
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	color: #000;
	letter-spacing: normal;
	line-height: normal;
	border-bottom: 0;
}
.container {
	max-width: none;
	width: 100%;
	height: 100%;
}

html { 
	height: 100%;	
}
body { 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	overflow: hidden;
}

input, textarea, .inputbox, .form-login li input.inputbox {
	padding: 5px;
}
input, textarea, select {
	border: 1px solid #CCC;
	box-shadow: 0 0 4px #CCCCCC inset;
}
textarea {
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px;
}
select {
	padding: 4px 0px 4px 0px;	
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #000;
	box-shadow: #000 0 0 5px;
}
strong {
	font-weight: 600;
}

#main {
	
	height: 100%;
}


#map { 
	
}
.context_menu{
	background-color:white;
	border:1px solid gray;
}
.context_menu.show {
	display: block !important;
}
.context_menu_item{
	padding:3px 6px;
}
.context_menu_item:hover{
	background-color:#CCCCCC;
}
.context_menu_separator{
	background-color:gray;
	height:1px;
	margin:0;
	padding:0;
}
#clearDirectionsItem, #getDirectionsItem{
	display:none;
}
#message {
    left: 40%;
    right: 40%;
    position: absolute;
    text-align: center;
    top: 50%;	
	z-index: 100;
}	
#message .msgSuccess, #inline-message .msgSuccess {
	border: 2px solid #090;
	padding: 10px 10px 10px 30px;
	background: url(../../images/tick.png) 10px center no-repeat #B3D8B3;
	border-radius: 5px;
	box-shadow: 0 0 10px #000, 0 0 5px #090 inset;
}
#message .msgError, #inline-message .msgError {
	border: 2px solid #F00;
	padding: 10px 10px 10px 30px;
	background: url(../../images/cross.png) 10px center no-repeat #D6B1B1;
	border-radius: 5px;
	box-shadow: 0 0 10px #000, 0 0 5px #F00 inset;
}
#inline-message .msgError {
	background-image: none;
	padding: 10px;
	margin: 10px 0 20px 0;
}

#filter label, #sidebar #search_facilities_form li label, #sidebar #countries-selector .countries li label {
	display: inline-block;	
	width: 110px;
	font-weight: 600;
}
#filter select, #search_facilities_form li input, #search_facilities_form li select {
	width: 100%;	
}
#filter label + select, #search_facilities_form li label + input, #search_facilities_form li label + select, #search_facilities_form li label + div, #sidebar #countries-selector .countries li label + select {
	width: Calc(100% - 115px);	
	display: inline-block;
}
#search_facilities_form li label + select, #sidebar #countries-selector select {
	padding: 4px;	
}
#filter-search .submit, #sidebar .blue-wide-btn {
	padding: 7px 0;	
}
#filter-search #search_facilities_clear:not(.hidden) {
	display: inline-block;
	padding: 3px 5px;
}
#filter-search #search_facilities_clear:hover, #filter-search #search_facilities_clear:focus {
	text-decoration: underline;
}
#sidebar #countries-selector ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
#sidebar #countries-selector li {
	list-style: none;
	margin: 0;
	display: inline-block;
	width: 48%;
}
#sidebar #countries-selector .countries {
	margin-bottom: 5px;
}
#sidebar #countries-selector .countries li {
	width: 100%;
}
.map #sidebar .message-saved a {
	text-decoration: underline;
	color: #076dd1;
}
.map #sidebar .message-saved a:hover {
	text-decoration: none;
}

#debug {
	color: #FFF;
	padding: 10px;
}
#debug-searched {
	padding: 10px;
}
#debug-searched button {
    margin: 0 auto 10px;
}
#searched-set, #searched-delete {
	display: none;
}
#searched-load {
	display: block;	
}
#debug div {
	display: inline-block;
	text-align: right;
}
#debug-coords {
	font-size: 11px;
	opacity: 0.8;
	display: block !important;
	background: url(../../images/crosshair-small.png) no-repeat left center;
	padding-left: 17px;
}
#debug-coords-crosshair {
	display: none;	
}
.debug #debug-coords-crosshair {
	color: #fff;
    margin: auto;
    padding: 5px;
    position: fixed;
	top: 50%;
    left: 50%;
	margin-left: -12px;
	margin-top: -12px;
    text-align: center;
    z-index: 100;
	width: 25px;
	height: 25px;
	opacity: 0.8;
	background: url(../../images/crosshair.png) no-repeat center center;
	
}
#map.debug .gm-style div {
	
}
#menu-toggle {
	color: #555;
	padding: 5px 10px;
	font-size: 20px;
	cursor: pointer;
	background: #FFF;
	transition: all 0.3s;
	border-radius: 0 2px 2px 0;
	z-index: 102 !important;
}
#menu-toggle:hover {
	color: #000;
}
#menu-toggle .fa-bars {
	display: block;
}
#menu-toggle .fa-caret-left {
	display: none;
}
.use-sidebar #menu-toggle .fa-bars {
	display: none;
}
.use-sidebar #menu-toggle .fa-caret-left {
	display: block;
}



#stats table {
	width: 100%;
	background: #f5fafe;
}
#stats .count {
	text-align: center;
	border-left: 1px solid #DDD;	
}
#stats tbody tr:hover {
	background: #FFF;	
}
#stats thead, #stats .totals {
	font-weight: 600;	
}
#stats table a {
	cursor: pointer;
}

#clear-overlay {
	background: none;
	opacity: 0.8;
	cursor: default;
	z-index: 1;
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}

#info {
	background: #FFF;
	margin: 3px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #999;
	display: none;
	border-radius: 5px 5px 5px 0;
	line-height: 2.5em;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear, .clearfix {
	clear: both;
}

.disabled {
	border: 0 none;
	background: none;
	box-shadow: none;
	padding: 0;
}

.button-save, .button-save-new {      
	-moz-box-shadow:inset 0px 1px 0px 0px #3e7327;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3e7327;
	box-shadow:inset 0px 1px 0px 0px #3e7327;
        
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #45AF0C), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #45AF0C 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #45AF0C 5%, #72b352 100%);
	background:-o-linear-gradient(top, #45AF0C 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #45AF0C 5%, #72b352 100%);
	background:linear-gradient(to bottom, #45AF0C 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45AF0C', endColorstr='#72b352',GradientType=0);
        
	background-color:#45AF0C;
        
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
		        
	border:1px solid #4b8f29;
        
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
    font-weight: 600;

	padding: 6px 11px;
	text-decoration: none;
        
	text-shadow:0px 1px 0px #5b8a3c;    
	
	cursor: pointer;  
	width: 130px;
	height: 36px;
}
.button-save-new {
	width: 150px;
}
#map .gm-style .button-save-overlay, #map .gm-style .button-save-new-overlay {
	background: #FFFFFF;
    border: 1px solid #090;
    border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 15px #090 inset;
	display: none;
    height: 33px;
    opacity: 0.7;
    padding-top: 2px;
    position: absolute;
    text-align: center;
    width: 128px;
}
#map .gm-style .button-save-new-overlay {
	width: 148px;
}
.button-save:hover, .button-save-new:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #45AF0C));
	background:-moz-linear-gradient(top, #72b352 5%, #45AF0C 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #45AF0C 100%);
	background:-o-linear-gradient(top, #72b352 5%, #45AF0C 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #45AF0C 100%);
	background:linear-gradient(to bottom, #72b352 5%, #45AF0C 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#45AF0C',GradientType=0);
        
	background-color:#72b352;
}
.button-save:active, .button-save-new:active {
	position:relative;
	top:1px;
}

.button-delete {
	-moz-box-shadow:inset 0px 1px 0px 0px #8a2a21;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8a2a21;
	box-shadow:inset 0px 1px 0px 0px #8a2a21;
        
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
        
	background-color:#c62d1f;
        
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
        
	border:1px solid #d02718;
	float: right;
	display:inline-block;
	color:#ffffff;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 11px;
	text-decoration: none;
    cursor: pointer;
	text-shadow: 0px 1px 0px #810e05;     
}
.button-delete:hover {      
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);
        
	background-color:#f24437;
}
.button-delete:active {
	position:relative;
	top:1px;
}

.gm-style-iw {
	overflow: visible !important;
}
.gm-style .gm-style-iw .info-window div {
	overflow: visible !important;
}
.info-window input, .info-window select, .info-window textarea {
	font-size: 12px;
}
.info-window-edit, .info-window-new {
	min-width: 600px;
	max-width: 800px;
	min-height: 565px;
	max-height: 800px;
}
.info-window-new {
	background: #F5FAFE;
}
.info-window textarea {
	min-width: 470px;
	min-height: 80px;
}
.info-window ul, .info-window li {
	list-style: none;
	margin: 0;
}
.info-window ul:not(.tagit) {
	padding: 0;
}

.info-window li label {
	font-size: 11px;
	font-weight: 500;
}
.info-window li div {
	clear: both;
}
.info-window li.new-line {
	display: block !important;
}
.info-window li.checkbox div {
	text-align: center;
}
.info-window li.ctg-species {
	width: 50%;
	margin-right: 0 !important;
}
.info-window li.ctg-species:nth-child(odd){
	padding-right: 15px;
}
.info-window li.ctg-species input {
	width: 100%;
}
.info-window input, .info-window textarea, .info-window select {
	box-shadow: none;
}
.info-window .form-fields > li {
	margin: 0 10px 12px 0;
	display: inline-block;
}
.info-window .form-fields > li > label span {
	font-weight: 400;
}
.info-window {
	min-width: 400px;
	padding: 12px;
	border-radius: 5px;
}
.info-window-edit2 {
	min-width: 500px;	
	max-width: 700px;	
	font-size: 12px;
	font-family: tahoma,verdana,arial,sans-serif;
}
.info-window h1 {
    color: #444;
    font-size: 30px;
    font-weight: normal;
	margin: 0;
	font-family: "Open Sans Condensed",sans-serif;
}
.info-window h1 span {
	color: #999;
	font-size: 24px;
}
.info-window .loc-controls {
	margin: 5px 0 15px 0;
}
.info-window .loc-controls a, .info-window button {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 3px 5px 3px 20px;
	border: 1px solid #CCC;
	background-color: #EEE;	
	background-repeat: no-repeat;
	background-position: 3px center;
	background-size: 13px auto;
	transition: all 0.5s;
	color: #333;
	text-decoration: none;
	font-family: tahoma,verdana,arial,sans-serif;
    cursor: pointer;
}
.info-window .loc-controls a:hover, .info-window .loc-controls a:focus, .info-window button:hover, .info-window button:focus {
	background-color: #DDD;
	text-decoration: none;
}
.info-window .loc-controls a.edit, .info-window .btn-edit {
	background-image: url(../../images/edit-pencil.png);
}
.info-window .btn-delete {
	background-image: url("../../images/cancel.gif");
}
.info-window .loc-controls a.view-repository {
	background-image: url(../../images/www.png);
	background-size: auto 12px;
}
.info-window .loc-controls a.view-gallery, .info-window .loc-controls a.btn-fa {
	padding-left: 5px;
}
.info-window .loc-basic-data a.button-action, .info-window .loc-controls a.button-action {
	cursor: pointer;
}
.info-window .loc-controls a.upload-photos {
	background-image: url(../../images/add.png);
	background-size: auto 12px;
	background-position: 1px center;
}
.info-window .loc-controls a.refresh {
	background-image: url(../../images/refresh.png);
}
.info-window .loc-basic-data div {
	font-family: "Open Sans Condensed",sans-serif;
	display: inline-block;
	margin-right: 14px;	
	line-height: 15px;
	font-size: 15px;
	padding: 3px 0;
}
.info-window .loc-basic-data div span, .info-window .loc-details div span, .info-window .loc-basic-data fieldset span {
	font-weight: 600;
}
.info-window .loc-basic-data fieldset legend span {
	font-weight: 400;
	font-style: italic;
}
.info-window .loc-basic-data fieldset {
    background: rgba(0,0,0,0.05);
    padding: 3px;
    border: 1px dashed #CCC;
    display: inline-block;
    margin-right: 10px;
}
.info-window .loc-basic-data fieldset legend {
    font-size: 11px;
    color: #999;
    user-select: none;
}    
.info-window .loc-basic-data fieldset img {
    vertical-align: middle;
    height: 15px;
}
.info-window .loc-basic-data fieldset legend span {
	font-weight: 600;
}
.info-window .loc-basic-data div img {
	margin-right: 3px;	
	vertical-align: middle;
}
.info-window .facility-drone {
	margin: 0;
}
.info-window .facility-drone .item-block-a {
	height: 90px;
}
.info-window .facility-drone .item-block-a:hover .item-photo {
	margin-top: -5%;
}

.loc-slideshow, .gm-style .gm-style-iw  .info-window .loc-slideshow {
	overflow: hidden !important;
	margin: 0 0 20px 0;
}
.loc-slideshow ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 170px;
}
.loc-slideshow li {
	padding: 0;
	margin: 0 5px;
	display: inline-block;
	height: inherit;
}
.loc-slideshow li a {
	height: inherit;	
}
.loc-slideshow li img {
	height: inherit;
	width: auto;	
}

.info-window .loc-description {
	margin: 15px 0;	
}
.info-window .loc-notes {
	margin-bottom: 15px;	
	border-top: 1px solid #CCC;
	padding-top: 15px;
}

.info-window a, .info-window .loc-basic-data a, .info-window .ui-tabs-panel a {
	color: #20840a;
    text-decoration: none;
	display: inline-block;
}
.info-window a:hover {
    text-decoration: underline;
}

.info-window .loc-basic-data a:hover, .info-window .loc-basic-data a:hover div {
	 text-decoration: underline;
}




.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:10001;
	-moz-opacity: 0.8;
	opacity:.50;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	left: -275px;
	padding: 16px;
	border: 1px solid #000;
	background: #555;
	z-index:10002;
	box-shadow: 0px 0px 15px #000;
	width: 600px;
	color: #FFF;
}

.white_content li div {
	font-size: 12px;
	line-height: 28px;	
}

.overlay_wrapper {
	position: absolute;
	width: 550px;
	left: 50%;
	top: 5%;
}
.white_content .label {
	font-size: 13px;
	line-height: 28px;
	float: left;
	clear: both;
	width: 150px;
}
.white_content form label {
	font-weight: normal;
}
.white_content input, .white_content textarea, .white_content select {
	color: #069;
	font-family: Arial, Helvetica, sans-serif;
}
.white_content input {
	width: 200px;
}
.white_content textarea {
	font-size: 12px;
}
.close_button {
	position: absolute;
	top: 0;
	right: 0;
	z-index:10003;
	padding: 16px;
}
.close_button a {
	float: right;	
	margin-top: -25px;
	margin-right: -25px;
}

#light .text {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	float: left;
	padding-left: 10px;
	cursor: default;
}
#light .text .total {

}
#light .text div {
	padding: 0 10px;
}

#light .icon {
	float: left;
	height: inherit;
	text-align: center;
}
#light .text input {
	margin: 0; 
	padding: 0;
}
#light .icon img {
	cursor: pointer;
	margin-bottom: -6px;
}
#light .icon div {
	line-height: 18px;	
}
#light .icon div, #light .text div {
	text-align: center;
	color: #FFF;
	
	background: rgb(0, 0, 0);
	
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
}
#light .icon .visited-count, #light .text .visited-count {
	text-align: center;
	color: #FFF;
	
	background: rgb(0, 0, 0);
	
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid #000;
	border-radius: 5px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: normal;
}
#light .icon .closed-count, #light .text .closed-count {
	text-align: center;
	color: #FFF;
	
	background: rgb(0, 0, 0);
	
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid #000;
	border-radius: 5px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: normal;
}
#light .icon .remaining-count, #light .text .remaining-count {
	text-align: center;
	color: #FFF;
	
	background: rgb(0, 0, 0);
	
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid #000;
	border-radius: 5px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: normal;
}
#light table {
	width: 100%;
}
#light td {
	border: 1px solid #CCC;	
	color: #FFF;
	text-align: center;
	padding: 2px 5px;
}
#light tbody tr:nth-child(even){
	background: #777;	
}

.debug .gm-style-cc {
	display: none;
}

.btn-in-fieldset {
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
	background-color: #409740;
    background-image: linear-gradient(to bottom, #4EB74E, #3A873A);
    background-repeat: repeat-x;
    border-color: #378137 #378137 #204b20;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 3px;
    font-size: 12px;
    padding: 2px 10px;
	transition: all 0.5s;
}
.btn-in-fieldset:hover, .btn-in-fieldset:focus {
	background: #3A873A; 	
}
.btn-in-fieldset span {
	background: url(../../images/add-lrg.png) left center no-repeat;
	background-size: 14px 14px;
	padding-left: 20px;
	padding-top: 1px;
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 45px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}
.use-sidebar #pac-input {
	margin-left: 30px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

.tablesorter tr:nth-child(even){
	background: #F3F3F3;
}
.tablesorter tr:nth-child(odd){
	background: #FFF;
}
.tablesorter tr:hover {
	background-color: #D2E9FF;
}
.cke_dialog_contents tr:hover {
	background-color:transparent;
}
.tablesorter {
	width: 100%;
}
.tablesorter td, .tablesorter th {
	padding: 2px;
	text-align: center;
}
.tablesorter th {
	background-color: #E8E8E8;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	text-align: center;
	vertical-align: bottom;
}
.tablesorter thead tr .tablesorter-header {
	background-image: url(../../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.tablesorter thead tr .tablesorter-headerAsc {
	background-image: url(../../images/asc.gif);
}
.tablesorter thead tr .tablesorter-headerDesc {
	background-image: url(../../images/desc.gif);
}
.tablesorter thead tr .tablesorter-headerDesc, table.tablesorter thead tr .tablesorter-headerAsc {
	background-color: #A0CEE8;
}
.tablesorter th.col-id {
	width: 45px;
}
.tablesorter th.col-del {
	width: 30px;
}
.tablesorter thead tr .sorter-false {
	background-image: none;	
	padding-left: 5px;
	padding-right: 5px;
	cursor: default;
}
.tablesorter a {
	display: block;	
}
.tablesorter .inline a {
	display: inline;	
}
input.filter, input.tablesorter-filter {
	padding: 3px 3px 3px 13px;
	background: url(../../images/filter.gif) left center no-repeat #FFF;
	width: 95%;	
	min-width: 40px;
}
input.filter:focus, input.tablesorter-filter:focus {
	background: url(../../images/filter-over.gif) left center no-repeat #FFF;
}
input.tablesorter-filter.disabled {
	display: none;	
}
.tablesorter .filtered {
	display: none;
}
.filter-options {
	float: right;
	margin: 5px 10px 3px 0;	
}
.filter-options a {
}
.filter-options .filter-tips {
	cursor: default;	
}
.filter-count {
	display: hidden;
	border-top: 1px solid #CCC;
	margin-top: 5px;
	padding-top: 5px;
}
.filter-count span {
	font-weight: bold;
}

.output-separator, .output-quotes {
	height: 22px;
    min-width: 18px;
}
.export-form fieldset {
	width: 420px;
	margin-left: 30px;
	background: #f7f7f7 none repeat scroll 0 0;
    border: 1px dashed #ccc;
}
.export-form fieldset li {
	margin-bottom: 5px;
}
.export-form fieldset li input[type="checkbox"]{
	width: auto;
	text-align: left;
}
.export-form .export-left {
	width: 30%;
	display: inline-block;
	text-align: right;
	margin-right: 15px;
	font-weight: 600;
	font-size: 11px;
	vertical-align: middle;
}
.export-form .export-right {
	width: 65%;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.export-form .export-right label {
	min-width: 40px;	
	display: inline-block;
}
.export-form .export-right input[type="text"] {
	vertical-align: middle;	
}


.columnSelectorWrapper {
    margin: 5px 0 3px 0;
    position: relative;
	display: inline-block;
}
.columnSelector, .hidden, .columnSelector-false {
	display: none;
}
.columnSelectorButton {
	background: url(../../images/column-grey.png) 4px center no-repeat;
	border: #CCC 1px solid;
	color: #666;
	border-radius: 5px;
	padding: 3px 5px 3px 23px;
	transition: background 0.3s, color 0.3s;
	cursor: pointer;
	font-size: 9px;
}
.columnSelectorButton:hover {
	background-image: url(../../images/column.png);
	background-color: #DDD;	
	border-color: #999;
	color: #333;
}

.colSelect:checked + label {
	background-color: #CCC;
	border-color: #555;
	color: #000;
}

.colSelect:checked ~ .columnSelector {
	display: block;
}
.columnSelector {
	width: 120px;
	position: absolute;
	top: 30px;
	padding: 5px 3px;
	background: #fff;
	border: #99bfe6 1px solid;
	border-radius: 5px;
}
.columnSelector input[type="checkbox"]{
	width: auto;	
}
.columnSelector label {
	display: block;
	margin-left: 23px;
    text-indent: -23px;
}
.columnSelector label:nth-child(1) {
	border-bottom: #99bfe6 solid 1px;
	margin-bottom: 5px;
}
.columnSelector input {
	margin-right: 5px;
}
.columnSelector .disabled {
	color: #ddd;
}

.table-buttons {
	float: right;
    position: relative;
}

.buttonWrapper {
	display: inline-block;
}

.inline-export, .inline-print {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
    cursor: pointer;
    font-size: 9px;
    padding: 3px 5px 3px 23px;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;	
	background: rgba(0, 0, 0, 0) url("../../images/excel.gif") no-repeat scroll 4px center;
	background-size: 15px auto;
}
.inline-export:hover, .inline-print:hover {
	background-color: #DDD;	
	border-color: #999;
	color: #333;
}

.inline-export {
	background-image: url("../../images/excel.gif");
}
.inline-print {
	background-image: url("../../images/print.png");
}

.lucid-popup {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #222;
    box-shadow: 0 0 10px #000;
    margin: 0 auto;
    min-height: 300px;
    padding: 15px;
    position: relative;
    width: 700px;
	font-size: 8pt;
}

.lucid-popup input[type="submit"] {
    background: #146cba none repeat scroll 0 0;
    border: 1px solid #146cba;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-left: 15px;
    transition: background 0.5s ease 0s;
	box-shadow: none;
}
.lucid-popup input[type="submit"]:hover, .lucid-popup input[type="submit"]:focus {
	background: #327ABC;
}
.lucid-popup ul, .lucid-popup li {
    list-style-type: none;
    margin: 0;
	padding: 0;
}

.lucid-popup fieldset {
	border-radius: 5px;
    margin-bottom: 20px;
}
.lucid-popup fieldset legend {
    -moz-user-select: none;
    color: #076dd1;
    cursor: default;
    font-size: 10pt;
    text-shadow: 0 0 10px #ffffff;
}


h3 {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

.photo {
	float: left;
	padding: 2px;
	text-align: center;
}
.photo img {
	max-height: 130px;
	border: 2px solid #CCC;
	margin: 0 auto;
}
.ui-widget-content {
	
}
.ui-widget-header {
	border: 0 none;	
	background: 0 none;
}
.info-window #tabs .ui-tabs-panel {
	min-height: 245px;
	max-height: 450px;
	overflow-y: scroll !important;	
	padding: 10px;
}
.info-window #tabs #tab-overview {
	padding: 0;
}
#tabs {
	border: 0 none;
}
#tabs .ui-tabs-panel {
	border: 1px solid #999;	
}
#tabs .ui-tabs-nav li.ui-tabs-tab {
	padding: 0;	
}
#tabs .ui-tabs-nav li.ui-tabs-tab a span.zero-count {
	color: #AAA;
}
.fancybox-wrap.fancybox-type-image, .fancybox-type-image .fancybox-outer {
	min-width: 850px;	
}
.fancybox-type-image .fancybox-outer {	
	background: #111;
}
.fancybox-type-image .fancybox-outer .fancybox-inner {
	margin: 0 auto;	
}

#tabs .video {
	margin-bottom: 20px;	
}
#tabs .video .video-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;	
}
#tabs .video iframe {
	width: 100%;
	height: 370px;	
}
#tabs #tab-news ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#tabs #tab-news ul li {
	padding: 0;
	margin-bottom: 20px;	
}
#tabs #tab-news .news-title {
	font-size: 13px;
	font-weight: 600;
}
#tabs #tab-news .news-meta {
	font-size: 11px;
	font-weight: 400;
	color: #666;	
	margin: 2px 0 4px 0;
}
#tabs #tab-news .news-desc {
	font-size: 12px;
	font-weight: 400;
	color: #000;	
}
#tabs #tab-news .news-author {
	font-style: italic;
}

.message-msg, .message-error, .message-saved {
	font-size: 12px;
	color: #000;
	padding: 5px 10px;
	margin-bottom: 10px !important;
	box-shadow: 0 5px 5px #CCC;
}
.message-msg ul, .message-error ul, .message-saved ul {
	list-style: disc;
	margin-left: 50px;
}
.message-msg {
	background-color: #F6F7B4;
	border-bottom: 1px solid #F9BF2C;
}
.message-error {
	background-color: #FFF0F0;
	background: linear-gradient(#FFE8E8, #FFC1C1);
	background: -moz-linear-gradient(#FFE8E8, #FFC1C1);   
	background: -ms-linear-gradient(#FFE8E8, #FFC1C1);   
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFE8E8), color-stop(100%, #FFC1C1));   
    background: -webkit-linear-gradient(#FFE8E8, #FFC1C1);   
    background: -o-linear-gradient(#FFE8E8, #FFC1C1);   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8', endColorstr='#FFC1C1');   
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8', endColorstr='#FFC1C1')";  
	border-bottom: 1px solid #FF8484;
}
.message-saved {
	background-color: #ECFFEC;
	border-bottom: 1px solid #090;
}

#main.loading, #content.loading {
	overflow-y: hidden;	
}
#main.loading, #content.loading {
    position: relative;		
}

#main.loading:after, #content.loading:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: Calc(100vh);
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url(../../images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
	z-index: 99998;
}
#main.use-sidebar.loading:after {
	left: 325px;	
}

#main.failed:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: Calc(100vh);
    background-color: rgba(255, 255, 255, 1);
    content: "";
	z-index: 99998;
    content: "Sorry, something went wrong. Please try again soon.";
    display: flex;
    align-items: center;
    justify-content: center;
}
#main.use-sidebar.failed:after {
	left: 325px;	
}

#sidebar #locations select.tablesorter-filter {
	font-size: 10px;	
}

.info-window .item-block, .gm-style .gm-style-iw .info-window .item-block {
	width: Calc(25% - 5px);
	margin: 0 5px 5px 0;	
	display: inline-block;
	text-align: center;
	border: 1px solid #DDD;
	position: relative;	
	font-size: 10px;
	overflow: hidden !important;
}
.info-window .item-block a {
	text-decoration: none;	
	width: 100%;
}
.info-window .item-block a:hover .item-photo {
	opacity: 1;
}
.info-window .item-block a:hover .item-details {
	background: #FFF;
}
.info-window .item-block .item-img-wrap {
	height: 100px;
	display: block;	
	position: relative;
}
.info-window .item-block .item-photo {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;	
	transition: opacity 0.5s;
	opacity: 0.85;
}

.info-window .item-block a.title-link {
	color: #000;
	text-decoration: none;
	min-height: 25px;
	display: block;
}
.info-window .item-block a.title-link:hover {
	text-decoration: underline;
	color: #000;
}

.info-window .facility-wrap {
    background: #EEE none repeat scroll 0 0;
    margin: 0;
	padding: 0;
    text-align: center;
}
.info-window .facility-meta1 {
	margin-top: 20px;
	padding: 0 15px;
}
.info-window .facility-meta1 .title {
	font-size: 22px;
	font-weight: 600;
}

.info-window .facility-meta {
	background: #fff none repeat scroll 0 0;
    font-size: 12px;
    padding: 10px;	
	width: 100%;
}

.info-window .facility-meta table, .info-window .facility-meta > ul {
	clear: both;	
	width: 100%;
	list-style: none;
	margin: 0;
}

.info-window .facility-meta table tr td {
	padding: 2px 4px;
	vertical-align: baseline;
}
.info-window .facility-meta > ul > li {
	padding: 0;
	margin-bottom: 4px;
}
.info-window .facility-meta > ul > li > label {
	width: 110px;
	text-align: right;
	font-weight: 600;
	display: inline-block;
	margin-right: 5px;
	vertical-align: baseline;
}
.info-window .facility-meta > ul > li > div {
	text-align: left;
	font-weight: 400;
	width: Calc(100% - 125px);
	display: inline-block;
	vertical-align: top;
}
.info-window .facility-meta > ul > li > p {
	margin: 0;
}
.info-window .facility-meta .tag, .info-window .facility-meta .ctg {
	padding: 5px 8px;
	border: 1px solid #999;
	background: #DDD;
	margin-right: 5px;	
	margin-bottom: 5px;
	display: inline-block;
}
.info-window .facility-meta a {
	text-decoration: none;	
}
.info-window .facility-meta a:hover {
	text-decoration: underline;	
}
.info-window .facility-meta .tag {
	border-style: dashed;
	margin-bottom: 5px;
}
.info-window .facility-description, .info-window .facility-private-notes {
	text-align: left;
	padding: 5px 10px;
}
.info-window .facility-description ul, .info-window .facility-private-notes ul {
	margin-left: 20px !important;
	padding: 0;
}
.info-window .facility-description li, .info-window .facility-private-notes li {
	list-style: disc !important;
	margin-left: 10px !important;
	padding: 0;
	display: list-item !important;
}
.info-window .facility-private-notes {
	border: 1px dashed #aa1919;
	background: #FBFBFB;
}
.info-window .facility-private-notes legend {
	font-weight: 600;
}

.info-window-private-marker {
    min-width: 200px;
}
.info-window-private-marker li {
    width: 100%;
    display: block;
    margin-bottom: 10px !important;
}
.info-window-private-marker input, .info-window-private-marker textarea {
    width: 100%;
}    
.info-window-private-marker label {
    display: block;
}
.info-window-private-marker label span {
    font-weight: 400;
}
.info-window-private-marker .edit-marker {
    display: none;
}
.info-window-private-marker h1 {
    font-weight: 700;
}
.info-window-private-marker .marker-dates {
    font-style: italic;
    font-size: 11px;
    color: #666;
    margin-bottom: 20px;
}
.info-window-private-marker .marker-description {
    font-size: 12px;
    color: #000;
    margin-bottom: 20px;
}

#sidebar small {
	font-size: 84%;
}

.map #sidebar .form-login {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
.map #sidebar .form-login li {
	padding: 3px 0;
	clear: both;
	width: 85%;
	text-align: center;
}
.map #sidebar .form-login li.login-links {
	line-height: 15px;
	padding-top: 5px;
}
.map #sidebar .form-login li.login-links a {
	display: inline-block;
	margin-bottom: 3px;
	padding: 2px;
}
.map #sidebar .form-login .inputbox {
	text-align: center;
}
.map #sidebar .form-login .button {
	font-size: 12px !important;
	padding: 7px 20px;
	border-radius: 6px 6px 6px 6px;
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	margin: 0;
	background: #256ED9;
	background-image: -ms-linear-gradient(top, #3D94F6 0%, #1E62D0 100%);
	background-image: -moz-linear-gradient(top, #3D94F6 0%, #1E62D0 100%);
	background-image: -o-linear-gradient(top, #3D94F6 0%, #1E62D0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3D94F6), color-stop(1, #1E62D0));
	background-image: -webkit-linear-gradient(top, #3D94F6 0%, #1E62D0 100%);
	background-image: linear-gradient(to bottom, #3D94F6 0%, #1E62D0 100%);
	border: 1px solid #337FED;
	box-shadow: 0 1px 0 0 #97C4FE inset;
	color: #FFFFFF !important;
	text-shadow: 1px 1px 0 #1570CD;
	width: auto;
}
.map #sidebar .form-login .button:hover, .map #sidebar .form-login .button:focus {
	background: #1E62D0;
	background-image: -ms-linear-gradient(top left, #1E62D0 0%, #3D94F6 100%);
	background-image: -moz-linear-gradient(top left, #1E62D0 0%, #3D94F6 100%);
	background-image: -o-linear-gradient(top left, #1E62D0 0%, #3D94F6 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #1E62D0), color-stop(1, #3D94F6));
	background-image: -webkit-linear-gradient(top left, #1E62D0 0%, #3D94F6 100%);
	background-image: linear-gradient(to bottom right, #1E62D0 0%, #3D94F6 100%);
}


.gm-style-mtc div {
	font-size: 13px !important;
	height: 32px !important;
}

ul.tagit {
	border: 1px solid #CCC !important;
	width: 170px;
	display: inline-block;
	vertical-align: top;
}
.info-window ul.tagit {
	border: 1px solid #CCC !important;
	width: 100%;
	padding: 1px 5px;
	display: inline-block;
	vertical-align: top;
}
.info-window ul.tagit li {
	margin: 2px 5px 2px 0;
}
.info-window ul.tagit li.tagit-choice-editable {
	padding: .2em 18px .2em .5em;
}

#dominion-popup {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	max-width: 430px;
	height: 226px;
	border: 1px solid #666;
	background: #000;
	box-shadow: 0 0 10px #000;
	z-index: 99999;
	margin-left: -215px;
	margin-top: -113px;
	transition: box-shadow 0.3s;
}
#dominion-popup:hover {
	box-shadow: 0 0 10px #FFF;
}	
#dominion-popup h2 {
	text-align: center;
	font-weight: 600;
	color: #FFF;
}
#dominion-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -10px;
	margin-top: -10px;	
}
#dominion-popup-close img {
	width: 30px;
}
#dominion-popup a {
	margin-bottom: 0;
	text-decoration: none;
}
#dominion-banner {
	display: block;
	margin-bottom: 10px;
}

#tabs .item-block.unpublished:not(:hover) .item-photo, #tabs .item-block.approval-pending:not(:hover) .item-photo, #tabs .item-block.approval-rejected:not(:hover) .item-photo, #tabs .item-block.private:not(:hover) .item-photo {
	opacity: 0.4;
}


.fancybox-title a {
	margin-left: 10px;
	color: #EEE;
	text-decoration: underline;
	display: inline-block;
}
.fancybox-title a:hover {
	text-decoration: none;
}

#faqbox {
	text-align: left;
	max-width: 1200px;
}
#faqbox h2 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
#faqbox .faq-question {
	font-weight: 600;
}
#faqbox .faq-answer {
	font-weight: 400;
	margin-bottom: 20px;
}
#statbox table {
	max-width: 500px;
	width: 100%;
}
#sidebar #search_facilities_form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar #search_facilities_form li, #filter div {
	display: block;
	margin: 0 0 5px 0;
}
#search_facilities_form .submit, #sidebar .blue-wide-btn {
	transition: background 0.3s, border 0.3s;
	background-color: #F0F0F0;
	cursor: pointer;
	width: 100%;
}
#search_facilities_form .submit:hover, #search_facilities_form .submit:focus, #sidebar .blue-wide-btn:hover, #sidebar .blue-wide-btn:focus {
	transition: background 0.3s, border 0.3s;
	background-color: #DDD;
	border-color: #666;
}
#search_facilities_result {
	margin-top: 15px;
}
.facility_search_results {
	width: 100%;
	border: 1px solid #DDD;
	padding: 3px;
	background: #F9F9F9;
}
#sidebar .facility_search_results a {
    text-decoration: none;
}
#sidebar .facility_search_results a:hover {
    text-decoration: underline;
}
#sidebar .facility_search_results tr:hover {
    background: #FFF;
}
.search_result_details {
	font-size: 10px;
	color: #666;
    margin-bottom: 3px;
}
.search_result_details div {
	display: inline-block;
	padding: 0 4px 0 0;
	margin: 0 4px 0 0;
	border-right: 1px solid #CCC;
}
.search_result_details div:last-child {
	border: 0 none;
	padding-right: 0;
	margin-right: 0;
}
#search_facilities_result_wrapper {
	position: relative;
}
#search_facilities_result_loading {
	display: none;	
}
#search_facilities_result_loading.show {
	min-height: 50px;
	display: block;
	position: absolute;
	background: url(../../images/loading.gif) no-repeat center center rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;	
	top: 0;
}
.gmnoprint.gm-style-mtc {
    width: auto !important;
}
@media screen and (max-width: 1350px) {
	#main-wrapper {
		height: Calc(100% - 120px);
	}
}
@media screen and (max-width: 1101px) {
	#main-wrapper {
		height: Calc(100% - 65px);
	}
}

@media screen and (max-width: 770px) {
	.gm-fullscreen-control {
		display: none !important;
	}
	.gmnoprint.gm-style-mtc {
		right: 0 !important;
	}
	.use-sidebar .gmnoprint.gm-style-mtc {
		display: none;
	}
	.gm-style #pac-input {
		font-size: 13px !important;
		max-width: 240px !important;
		width: 100%;
		transition: max-width 0.5s;
	}
}

@media screen and (min-width: 650px) {	
	.gm-style #pac-input:focus {
		max-width: 320px !important;
	}
}

@media screen and (max-width: 550px) {
	.gm-style-mtc div {
		display: none !important;
		
	}
	
	.gm-style #pac-input {
		
		font-size: 12px !important;
		width: 240px !important;
		border-radius: 2px !important;
		padding-left: 7px !important;
		padding-right: 7px !important;
		z-index: 1 !important;
	}
	
	#dominion-popup {
		left: 5%;
		margin-left: 0;
	}
	
}

.grecaptcha-badge {
	visibility: hidden !important;
}
.gmnoprint.gm-style-mtc button {
	font-size: 14px !important;
	padding-left: 7px !important;
}
.gmnoprint.gm-style-mtc ul li {
	font-size: 14px !important;
}
.gmnoprint.gm-style-mtc ul div {
	display: none;
}

.gm-iv-small-container, .gm-iv-address {
	margin-top: 45px;
}
.gm-iv-address-link {
	top: 83px;
}
.gm-iv-marker {
	top: 65px;
}
.facility_search_results a.clicked {
    background: rgba(255, 242, 0, 0.3);   
}
.map-control-btn-get-location {
    background: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    border: 0 none;
    cursor: pointer;
    margin: 10px;
    display: none;
}
.map-control-btn-get-location::before {
    content: "\f05b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #256ED9;
    width: 40px;
    height: 40px;
}

.location-notes {
    
}
.location-notes .note {
    background: #FFF;
    border: 1px dashed #CCC;
    padding: 5px 10px;
    margin: 20px 0 0 0;
    font-size: 13px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.location-notes .note.private {
    background: #f4f4f4;
    border: 1px dashed #666;
}
.location-notes .note legend {
    font-weight: 400;
    color: #666;
    width: 100%;
}
.location-notes .note legend div {
    display: inline-block;
    line-height: 25px;
}
.location-notes .note legend span {
    font-weight: 600;
}
.location-notes .note legend .blue-button {
    float: right;
    margin-right: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
}
.location-notes .note p {
    margin: 0 0 12px 0;
}
.location-notes .note img {
    max-width: 100%;
    height: auto;
}
.location-note-container {
    position: relative;
}
.location-note-container.loading {
    opacity: 0.6;
}
.location-note-container.loading::before {
    content: "";
    background: url("/images/loading.gif") center center no-repeat !important;
    background-size: 18px auto !important;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.gm-style-iw * {
	outline: none;
}
.gm-style .gm-style-iw-c {
	padding: 0;
}
.gm-style-iw-chr {
	height: 0;
}
.gm-style-iw-chr button {
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 1;
    outline: none;
}
.gm-iv-container {
    margin-top: 45px;
}
.gm-iv-vertical-separator {
    top: 45px;
}
.mobile-show-when-sidebar-open {
	display: none;
}