/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.usz-tab-wrapper {
  margin-top: 40px;
}
.usz-tab-wrapper a {
  padding: 10px 15px;
  background: #e6e6e6;
  margin-bottom: 10px;
  color: #191919;
  text-decoration: none;
  border-left: 1px solid #cecece;
  margin-right: 5px;
}
.usz-tab-wrapper a:last-child {
  border-right: 1px solid #cecece;
}
.nav-tab-active {
  background: #f1f1f1 !important;
  font-weight: bold;
}

#usz-configuaration-loader.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin: 5px;
  top: 50%;
  left: 50%;
  position: fixed;
}

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

a#usz-config-database.disabled {
  pointer-events: none;
}

#us-zipcode-plugin-loader {
  background: #3d3d3d78;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
}

#us-zipcode-plugin-loader p {
  position: fixed;
  top: 54%;
  left: 41%;
  color: white;
  font-weight: bold;
  z-index: 9998;
}

.guide-image {
  width: 100%;
  max-width: 600px;
}
nav.usz-tab-wrapper + form table input + p {
  display: inline-block;
}
