.dev-nav-container {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 150px;
  left: 0;
  opacity: .75;
  transition: opacity .2s ease-out;
  z-index: 9001; }
  .dev-nav-container:hover {
    opacity: 1; }
  .dev-nav-container input {
    background: none;
    border: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .dev-nav-container :checked ~ .dev-nav-toggle::before {
    opacity: 0; }
  .dev-nav-container :checked ~ .dev-nav-toggle::after {
    content: attr(data-nav-close);
    color: #333;
    opacity: 1; }
  .dev-nav-container :checked ~ .dev-nav {
    opacity: 1;
    transform: translateX(0); }

.dev-nav-toggle {
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  display: block;
  width: 30px;
  height: 30px;
  position: relative; }
  .dev-nav-toggle::before, .dev-nav-toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-out; }
  .dev-nav-toggle::before {
    content: attr(data-nav-open);
    opacity: 1; }

.dev-nav {
  background: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  width: 180px;
  max-height: 350px;
  font-size: 11px;
  transform: translateX(-100%);
  transition: transform .2s ease-out;
  overflow: auto; }
  .dev-nav li {
    padding: 5px 8px 5px 15px;
    display: block;
    float: left;
    width: 100%; }
  .dev-nav a {
    padding-left: 15px;
    display: block;
    position: relative;
    color: #333; }
    .dev-nav a:hover {
      opacity: .75; }
    .dev-nav a::before {
      content: '\00BB';
      display: block;
      width: 5px;
      height: 100%;
      position: absolute;
      top: -1px;
      left: 5px;
      font-size: 15px;
      line-height: 1; }
    .dev-nav a .tag {
      border-radius: 2px;
      padding: 0 2px;
      display: inline-block;
      font-size: 9px; }
    .dev-nav a .red {
      background-color: #c00;
      color: #fff; }
    .dev-nav a .gray {
      background-color: #ddd;
      color: #000; }

.dev-domain-switcher {
  position: absolute;
  bottom: -40px;
  right: 0; }

.dev-domain-switcher select {
  background: white;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 0;
  width: 150px;
  height: 30px;
  color: black; }

@media (min-width: 992px) {
  .dev-domain-switcher {
    position: relative;
    bottom: 0; } }

/*# sourceMappingURL=dev-nav.css.map */
