@charset "UTF-8";
/* Begin Import */
/*
* http://chir.ag/projects/name-that-color/
*/
/* End Import */
.wc-backbone-modal-header h1 span:before {
  content: "» "; }

.pac-container {
  z-index: 9999999; }

.gm-style .gm-style-iw-c {
  border-radius: 0; }

.woograbexpress-api-key-input ~ button {
  width: 40px;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .woograbexpress-api-key-input ~ button span:before {
    font-size: 20px;
    top: 4px;
    line-height: 1;
    left: 8px;
    content: "\f113"; }

.woograbexpress-api-key-input:not(.editing) ~ button {
  height: 0;
  width: 0;
  -webkit-transform: scale(0);
          transform: scale(0); }

.woograbexpress-api-key-input.loading ~ button {
  pointer-events: none; }
  .woograbexpress-api-key-input.loading ~ button span {
    -webkit-animation: rotation 1s infinite linear;
            animation: rotation 1s infinite linear; }

.woograbexpress-api-key-input.valid ~ button span {
  -webkit-animation: none;
          animation: none; }
  .woograbexpress-api-key-input.valid ~ button span:before {
    content: "\f147"; }

.woograbexpress-hidden {
  display: none; }
  .woograbexpress-hidden.button {
    display: none; }

.woograbexpress-no-padding {
  padding: 0 !important; }

.woograbexpress-link {
  text-align: center;
  text-decoration: none;
  width: 70px; }
  .woograbexpress-link--sort {
    cursor: not-allowed;
    opacity: 0.3;
    pointer-events: none; }
    .woograbexpress-sort-enabled .woograbexpress-link--sort {
      opacity: 1;
      cursor: move;
      pointer-events: inherit; }
  .woograbexpress-link:active, .woograbexpress-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none; }

.woograbexpress-fullwidth:not(a) {
  display: block;
  width: 100% !important; }

.woograbexpress-buttons-item.button-large .dashicons {
  margin-top: 5px; }
  .woograbexpress-buttons-item.button-large .dashicons:before {
    font-size: 1em; }

.woograbexpress-buttons-item--left {
  float: left; }

.woograbexpress-buttons--has-icon {
  position: relative; }
  .woograbexpress-buttons--has-icon .dashicons {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px; }

.woograbexpress-field:disabled {
  background: #f8f8f8; }

.woograbexpress-field-type--title {
  padding-left: 14px !important; }
  .woograbexpress-field-type--title .dashicons:before {
    content: "\f113"; }
  .woograbexpress-field-type--title ~ p {
    padding-top: 8px !important;
    margin: 14px !important;
    border-top: 1px solid #ccd0d4; }

.woograbexpress-field-group-wrap {
  padding-top: 1px;
  margin-bottom: 1em; }
  .woograbexpress-field-group-wrap > .wc-settings-sub-title:not(.woograbexpress-hidden) ~ .form-table {
    border-top: 1px solid #ccd0d4 !important;
    border-bottom: 1px solid #ccd0d4 !important; }

.woograbexpress-field-unit {
  background-color: #e8eaeb !important;
  display: inline-block !important;
  width: 40px !important;
  min-width: 40px !important;
  margin-left: -5px;
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border: 1px solid #7e8993 !important;
  color: #32373c !important;
  padding: 0 8px;
  line-height: 2;
  min-height: 30px; }

.woograbexpress-field:-moz-read-only {
  background-color: #ffffff !important; }

.woograbexpress-field:read-only {
  background-color: #ffffff !important; }

.woograbexpress-map-wrap {
  padding: 0;
  position: relative; }

.woograbexpress-map-canvas {
  height: 450px; }

.woograbexpress-map-search-panel {
  left: 10px;
  margin: 10px;
  position: absolute;
  top: 10px;
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3); }
  .woograbexpress-map-search-panel .woograbexpress-map-search-element {
    float: left;
    line-height: 1;
    margin: 0; }
  .woograbexpress-map-search-panel #woograbexpress-map-search-input {
    display: none;
    height: 40px !important;
    max-width: calc(100% - 60px) !important;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    border-radius: 0;
    border: none;
    border-left: 1px solid #007CBA; }
    .woograbexpress-map-search-panel #woograbexpress-map-search-input:focus {
      border: none !important;
      outline: none !important; }
  .woograbexpress-map-search-panel #woograbexpress-map-search-panel-toggle {
    background: #007CBA;
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    height: 40px !important;
    width: 40px !important;
    color: #f8f8f8;
    border-radius: 0; }
    .woograbexpress-map-search-panel #woograbexpress-map-search-panel-toggle .dashicons:before {
      content: "\f179"; }
  .woograbexpress-map-search-panel.expanded {
    border: 1px solid #007CBA; }
    .woograbexpress-map-search-panel.expanded #woograbexpress-map-search-input {
      display: block; }
    .woograbexpress-map-search-panel.expanded #woograbexpress-map-search-panel-toggle {
      background: #f8f8f8;
      color: #007CBA; }
  .woograbexpress-map-search-panel:after {
    clear: both; }

.woograbexpress-map-search-input {
  border-radius: 0;
  display: block;
  height: 36px;
  margin: 10px 0 0; }

.woograbexpress-error-box {
  margin: 0 !important;
  padding-top: 1em;
  padding-bottom: 1em; }
  .woograbexpress-error-box.has-margin {
    margin: 15px !important; }
  .woograbexpress-error-box p {
    margin: .1em 0 !important;
    padding: 2px !important; }

@-webkit-keyframes highlighted {
  0% {
    background-color: #ffffff; }
  49% {
    background-color: #ffffff; }
  50% {
    background-color: rgba(175, 206, 255, 0.3); }
  99% {
    background-color: rgba(175, 206, 255, 0.3); }
  100% {
    background-color: #ffffff; } }

@keyframes highlighted {
  0% {
    background-color: #ffffff; }
  49% {
    background-color: #ffffff; }
  50% {
    background-color: rgba(175, 206, 255, 0.3); }
  99% {
    background-color: rgba(175, 206, 255, 0.3); }
  100% {
    background-color: #ffffff; } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
