#click-menu.admin-bar-showing {
  margin-top: 0 !important;
}

/*@media screen and (max-width:782px) {
  html #wpadminbar {
    position: absolute;
    top: -46px;
  }
}*/

.hib30-toast-container {
  position: fixed;
  top: 20px;
  left: 50%;
  right: 50%;
  z-index: 99999;
}

.hib30-toast {
  width: 400px;
  margin-left: -200px;
  margin-right: auto;
  margin-top: 20px;
  padding: 10px;
  border: solid 1px #fefefe;
  border-radius: 2px;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  text-align: center;
  background-color: #fff;
  font-size: 16px;

  -webkit-animation-duration: .6s !important;
  animation-duration: .6s !important;
}

.hib30-toast-error {
  color: #E87272;
  border-color: #E87272;
}

table.hibtable {
  border-collapse: collapse;
  border-spacing: 0;
}

.hibtable td,
.hibtable th {
  padding: 0;
}

.pure-table {
  /* Remove spacing between table cells (from Normalize.css) */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}

.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}

.pure-table td,
.pure-table th {
  border-left: 1px solid #cbcbcb;/*  inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible; /*to make ths where the title is really long work*/
  padding: 0.5em 1em; /* cell padding */
}

/* Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432 */
.pure-table td:first-child,
.pure-table th:first-child {
  border-left-width: 0;
}

.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}

/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
.pure-table td {
  background-color: transparent;
}
.pure-table-odd td {
  background-color: #f2f2f2;
}

/* nth-child selector for modern browsers */
.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}

/* BORDERED TABLES */
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}

/* HORIZONTAL BORDERED TABLES */
.pure-table-horizontal td,
.pure-table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0;
}

body.hib30-modal-open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch !important;
}

.hib30-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9992;
  overflow: auto;
}

.hib30-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 9991;

  -webkit-animation-duration: .3s !important;
  animation-duration: .3s !important;
}

.hib30-modal-backdrop-transparent {
  background-color: rgba(0,0,0,0.0);
}

.hib30-modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 25px;
  line-height: 25px;
  color: #555;
  text-decoration: none;
}

.hib30-modal-content {
  position: relative;
  width: 50vw;
	border: 20px solid #829e3d;
	background-color: #51612b;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-animation-duration: .3s !important;
  animation-duration: .3s !important;
	border-radius: 20px;
	font-family: museo-sans-rounded,sans-serif!important;
}
.login-form-container {
	margin: 25px;
	background-color: unset;
	border-radius: 20px;
	box-shadow: unset;
	font-family: museo-sans-rounded,sans-serif!important;
	position: relative;
}
@media screen and (max-width: 768px) {


	.register-form-header {
		background: unset;
		padding: 5px 5px 5px 5px!important;
	}
	.login-form-header h2, .register-form-header h2 {

		font-size: 1.3em!important;

	}
	.login-form-header .header-text-container, .register-form-header .header-text-container {
		width: 90%;
	}
	.login-form-container form {
		padding: 10px;
	}
}
.login-form-header {
	background: unset;
	padding: 15px;

}
.login-toggle-container a:hover {
	color: rgba(0,0,0,.75);
	cursor: pointer;
}
.register-form-header {
	background: unset;
	padding: 15px 15px 15px 50px ;
}
.login-form-container a {
	color: #829e3d;
}
.login-form-header h1, .register-form-header h1 {
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
	text-transform: lowercase;
	font-style: unset;
	line-height: 1.08;
	margin: 10px 0 0;
	font-family: museo-sans-rounded,sans-serif!important;
}
.login-form-container .footer-text-container {
	width: 80%;
	color: #fff;
	padding: 15px;
}
.login-form-container .footer-text-container div {
	font-size: 1.5em;
}
.login-form-header h2, .register-form-header h2 {
	color: #fff;
	font-size: 1.8rem;
	text-transform: lowercase;
	font-style: unset;
	font-weight: 500;
	line-height: normal;
	margin: 10px 0 0;
	font-family: museo-sans-rounded,sans-serif!important;
}
.login-form-header label, .register-form-header label{
	color: #fff;
	font-family: museo-sans-rounded,sans-serif!important;
}
.login-form-container label {
	font-size: 1.2em;
	text-transform: lowercase;
	font-weight: normal;
	color: #fff;
}
.login-form-container .btn-gold{
	background-color: #f99f22!important;
	color: #fff!important;
	border-radius: 8px!important;
	font-family: museo-sans-rounded,sans-serif!important;
	text-transform: lowercase!important;
	font-size: 1.5em;
	border: 2px solid #e0901f;

}
.login-form-container .btn-green{
	background-color: #829c43;
	color: #fff;
	border-radius: 8px!important;
	font-family: museo-sans-rounded,sans-serif!important;
	font-size: 1.5em;
	text-transform: lowercase!important;
	border: 2px solid #708542;
	margin-left: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.hib30-modal-style {
  background-color: #fff;
  padding: 20px;
  border: solid 1px #fefefe;
  border-radius: 2px;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.hib30-modal-content-halfscreen {
  width: 300px;
}

.hib30-modal-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999;
  overflow: auto;
}

.hib30-modal-content-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.hib30-modal-content-fullscreen > div {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 810px) {
  .hib30-modal-content {
    width: 90%;
  }
	.login-form-container .side-bubble {
		display: none;
	}
  .hib30-modal-content-fullscreen {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hib30-modal-content {
    width: 100%;
    margin: 0;
  }
}

.hib30-form {
  position: relative;
  margin: 20px 0;
  padding: 20px;
  border: solid 1px #dedede;
}

.hib30-form .field {
  margin: 20px 0;
}

.hib30-form label.input-label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.hib30-form label.input-label small.req {
  font-weight: normal;
  font-style: italic;
}

.hib30-form label.radio-label {
  display: block;
  width: 100%;
}

.hib30-form small.help-text {
  display: block;
  margin-top: 5px;
}

.hib30-form input[type=text] {
  width: 225px;
  border: 1px solid #ccc;
  border-radius: 1px;
}

.hib30-form select {
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background: #fff;
  width: inherit;
}

.hib30-form .has-error,
.hib30-form .has-error input,
.hib30-form .has-error select {
  color: #A70000 !important;
}

.hib30-form button[type=submit] {
  padding: 10px;
  background-color: white;
  border: solid 1px #A9A9A9;
  border-radius: 1px;
  color: #555;
  font-size: 14px;
  font-weight: bold;
}

.hib30-form button[type=submit]:hover {
  background-color: #dedede;
}

@media (min-width:768px) {
  .hib30-form input[type=text],
  .hib30-form .select2-container {
    width: 400px;
  }
}

.hib30-stats-container {
  position: relative;
  margin: 20px 0;
  padding: 20px;
  border: solid 1px #dedede;
}

.hib30-stats-container .toggle-distance-unit {
  text-align: right;
}

.dynatable-processing span {
  border: solid 1px #dedede;
  padding: 10px;
  background: #fff;
  color: #555;
  z-index: 9;
}

.hibtable td {
  position: relative;
}

td .hib-delete {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #555 !important;
  position: absolute;
  top: 8px;
  right: 5px;
}

td .hib-edit {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #555 !important;
  position: absolute;
  top: 8px;
  right: 22px;
}

.hib30-location-bar-container {
  position: absolute;
  z-index: 99;
  background: #222222;
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
}

.hib30-location-bar-container a {
  color: #F48416 !important;
}

.hib30-location-picker-btn {
  color: #dedede !important;
}

#map_container {
  margin-top: 51px;
  position: relative;
  min-height: 100px;
  max-width: 1230px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  .hib30-location-bar-container {
    padding: 5px 50px;
  }

  #map_container {
    margin-top: 41px;
    overflow-x: auto;
  }
}

@media (max-width: 768px) {
  #map_container {
    margin-top: 0;
    margin-bottom: 31px;
  }

  .hib30-location-bar-container {
    bottom: 0;
    font-size: 12px;
  }
}

@media (max-width: 650px) {
  #map_container {
    margin-top: 0;
    margin-bottom: 59px;
  }

  .hib30-location-bar-container {
    text-align: center;
  }

  .hib30-location-bar-container > div {
    float: none;
  }
}

.hib30-location-bar-container .hib30-initiate-checkin-btn {
  background: #F48416;
  border: solid 1px #C56200;
  border-radius: 2px;
  margin-right: 5px;
  color: #222;
  font-weight: bold;
}

.hib30-location-bar-container .inline-float-right {
  display: inline-block;
  float: right;
  padding-top: 8px;
}

.hib30-location-bar-container .inline-float-right a {
  margin-right: 10px;
}

.hib30-location-bar-container .inline-float-right a.active {
  color: #43b7b5 !important;
}

.hib30-checkin-status {
  text-align: center;
  font-size: 18px;
}

.hib30-checkin-container {
  margin: 10px 0 20px;
  text-align: center;
  font-size: 18px;
}

.hib30-checkin-btn {
  font-size: 20px;
  display: inline-block;
  line-height: 20px;
  border: solid 2px;
  border-radius: 4px;
  padding: 3px;
  min-width: 110px;
}

.hib30-checkin-btn .dashicons {
  width: 20px;
  height: 20px;
  font-size: 24px;
  line-height: 21px;
}

.hib30-location-picker-container {
  margin: 15px 0 5px 0;
}

.hib30-static-map-container {
  margin: 5px 0;
}

.hib30-static-map-container img {
  display: block;
  border: solid 1px #dedede;
}

.hib30-location-picker-map-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999;
  overflow: auto;
}

.hib30-map-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: auto;
}

.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);
}

#hib30_map_search {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
  height: 35px;
  margin-top: 9px;
}

#hib30_map_search:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
  z-index: 999999 !important;
  top: 50px !important;
  position: fixed !important;
}

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

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

.hib30-map-pick-location-btn,
.hib30-map-cancel-btn {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
  margin: 10px;
  font-size: 14px;
  font-family: Roboto;
  padding: 10px;
}

.hib30-map-pick-location-btn .dashicons {
  height: 14px;
  line-height: 16px;
}

.hib30-map-crosshair {
  width: 40px !important;
  height: 40px !important;
  font-size: 40px !important;
  margin-left: -20px;
  margin-top: -20px;
  pointer-events: none;
}

.hib30-checkin-user-greeting {
  text-align: center;
}

.hib30-share {
  height: 42px;
  text-align: center;
}

.hib30-share > a {
  background-image: url("/social-icons.png");
  display: inline-block;
  height: 42px;
  margin: 0 2px;
  width: 40px;
}

.hib30-share > a#instagram {
  background-position: -237px 0;
}
.hib30-share > a#twitter {
  background-position: -94px 0;
}
.hib30-share > a#pinterest {
  background-position: 54px 0;
}

#map_container svg {
  background: #3EBBEE;
}

#hib30_checkin_modal .hib30-modal-content {
  background: #222222;
  color: #dedede;
  border-color: #111;
}

#hib30_checkin_modal .hib30-modal-content .hib30-checkin-btn {
  background: #F48416;
  border: solid 1px #C56200;
  border-radius: 2px;
  color: #222;
  font-weight: bold;
  padding: 10px;
}

#hib30_checkin_modal .hib30-modal-content input[type=text],
#hib30_checkin_modal .hib30-modal-content input[type=email] {
  background: #fff;
}

.hib30-checkin-done-container {
  text-align: center;
}

.hib30-checkin-done-container h3 {
  font-size: 24px;
  line-height: 32px;
}

.std-form {
  margin-bottom: 20px;
}

.hib30-modal-content .std-form {
  margin-bottom: 0;
}

.std-form .std-form-group {
  position: relative;
  margin-top: 20px;
}

.std-form .std-form-group input {
  display: block;
  width: 100%;
  font-size: 18px !important;
  padding-top: 10px;
  line-height: 18px;
  border-radius: 2px;
  box-sizing: border-box;
}

.std-form .std-form-group input.has-error {
  border-color: red;
  color: red
}

.std-form .std-form-group .help-text.has-error {
  color: red
}

.std-form button {
  background: #2577b2;
  border: solid 1px #2577b2;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 30px;
}

.std-form button:hover {
  background: #849e2e;
  border: solid 1px #849e2e;
  color: #fff;
}

.std-form a {
  color: #f5871c !important;
}

.hib30-checkin-login-container .link-forgot-password {

}

.hib30-checkin-login-container .link-create-account {
  float: right;
}

.hib30-share-hike-container {
  text-align: center;
}

.hib30-share-hike-container .social-title {
  font-size: 20px;
}

.hib30-share-hike-container .wpfai-list-item i.fa {
  font-size: 20px;
}

#map_container svg .graticule {
  fill: none;
  stroke: #777;
  stroke-width: .5px;
  stroke-opacity: .5;
}

#map_container svg .country {
  fill: #F2F2F2;
  stroke: #adadad;
  stroke-width: .5px;
}

#map_container svg .us-states {
  fill: rgb(242, 242, 242);
  stroke: #C1BDBD;
  stroke-width: .5px;
  stroke-opacity: .9;
}

#map_container svg .defaultBubble {
  fill: #F48416;
  opacity: 0.6;
}

#map_container svg .currentUserBubble {
  fill: #E21C00;
  opacity: 0.8;
}

.map-sponsors {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

#map_sponsor {
  display: none;
}

@media (max-width: 650px) {
  #map_container .map-sponsors {
    display: none;
  }

  #map_sponsor {
    display: block;
    padding-top: 100px;
  }
}

.map-sponsors .map-sponsors-title {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 8px;
}

.map-sponsors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.map-sponsors ul > li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.map-sponsors ul > li > a {
  display: block;
}

.map-sponsors ul > li > a > img {
  display: block;
  max-width: 50px;
}

.map-loading-animation {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}


/* GRAY'S CODE TO IMPROVE THE HIKE LOG PAGE */
input.select2-input {
    width: 100% !important;
}

.hib30-form button.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.hib30-form .btn-primary:focus,
.hib30-form .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.hib30-form .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.hib30-form .btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}


@media screen and (max-width:782px) {
  .hib30-stats-container, .hib30-form {
    margin: 5% 0;
    padding: 5%;
    max-width: 82%;
  }
  span.dynatable-per-page {
    clear: both;
    display: block;
    margin-top: 15px;
	}
	.dynatable-search {
	    float: none;
	    margin-bottom: 10px;
	    display: block;
	}
}
