.atwho-view {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-top: 18px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-width: 120px;
  z-index: 11110 !important;
}
.atwho-view .cur,
.atwho-view .cur small {
  color: #fff;
}
.atwho-view strong {
  color: #36f;
}
.atwho-view .cur strong {
  color: #fff;
  font: 700;
}
.atwho-view ul {
  list-style: none;
  padding: 0;
  margin: auto;
}
.atwho-view ul li {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.atwho-view small {
  font-size: smaller;
  color: #777;
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
a {
  color: #eee;
  text-decoration: none;
}
.cf:after,
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
ul {
  list-style: none;
}
body,
html {
  height: 100%;
  font: 14px/25px Avenir, Arial, sans-serif;
}
#wrapper {
  background: #fbfbfb;
  height: 100%;
}
footer {
  color: #eee;
  background: #124b65;
}
main {
  width: 100%;
}
main .content textarea {
  font: 15px/25px Avenir, Arial, sans-serif;
  background: 0 0;
  width: 100%;
  border: 0;
  resize: none;
  outline: 0;
  padding: 20px 0;
  min-height: 200px;
}
footer .wrapper {
  padding: 20px;
}
@media all and (min-width: 801px) {
  #wrapper {
    overflow: hidden;
  }
  footer,
  main {
    float: left;
  }
  main {
    height: 100%;
    margin-right: -260px;
  }
  main .content {
    height: 100%;
    margin: 0 280px 0 20px;
    overflow-y: auto;
    cursor: text;
  }
  footer {
    width: 260px;
    height: auto !important;
    min-height: 100%;
  }
  footer .toggle {
    margin: 20px 0 40px;
  }
  .mobile-only {
    display: none;
  }
}
.desktop-only {
  display: none;
}
.desktop .desktop-only {
  display: block;
}
@media all and (max-width: 800px) {
  #wrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
  }
  main {
    min-height: 100%;
  }
  main .content {
    padding: 0 10px 422px;
    border-left: 3px solid #F5F5F5;
    border-right: 3px solid #F5F5F5;
  }
  .sys main .content {
    border-color: #1f1f1f;
  }
  main .content textarea {
    padding-bottom: 0;
    -webkit-tap-highlight-color: none;
  }
  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  footer .toggle {
    margin: 10px 0 20px;
  }
  .atwho-view ul:after,
  .atwho-view ul:before {
    content: "";
    display: table;
  }
  .atwho-view ul:after {
    clear: both;
  }
  .atwho-view ul li {
    float: left;
    border-right: 1px solid #333;
  }
}
.mobile .atwho-view ul:after,
.mobile .atwho-view ul:before,
.tablet .atwho-view ul:after,
.tablet .atwho-view ul:before {
  content: "";
  display: table;
}
.mobile .atwho-view ul:after,
.tablet .atwho-view ul:after {
  clear: both;
}
.mobile .atwho-view ul li,
.tablet .atwho-view ul li {
  float: left;
  border-right: 1px solid #333;
}
footer .logo {
  background: url(../images/logo-secondary.png) no-repeat bottom right;
  margin-top: 10px;
  height: 40px;
  padding-top: 10px;
  border-top: 1px solid #333;
}
footer .social {
  text-align: right;
  height: 32px;
  margin: 10px 0;
  border-top: 1px solid #333;
  padding-top: 10px;
}
footer h2 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
footer ul li a {
  display: block;
  padding: 5px;
  margin: 5px 0;
}
footer ul li.active a {
  background: #F5F5F5;
  color: #1f1f1f;
  border-radius: 2px;
}
footer .social img {
  height: 32px;
  width: 32px;
}
button,
input,
label,
select,
textarea {
  margin: 0;
  line-height: normal;
  font-family: inherit;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.switch {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 58px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.switch > input {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  opacity: 0;
  -webkit-appearance: none;
}
.switch > input:checked + label {
  padding-left: 33px;
  color: #1f1f1f;
  background: #F5F5F5;
  border-color: #F5F5F5;
}
.switch > label {
  display: block;
  position: relative;
  height: 25px;
  line-height: 20px;
  font-size: 10px;
  font-weight: 700;
  color: #F5F5F5;
  text-align: center;
  text-transform: uppercase;
  background: #1f1f1f;
  border: 2px solid #F5F5F5;
  border-radius: 13px;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.switch > input:checked + label:before {
  content: attr(data-on);
  left: 1px;
}
.switch > label:before {
  content: attr(data-off);
  position: absolute;
  top: 0;
  right: 3px;
  width: 33px;
}
.switch > input:checked + label:after {
  margin: 1px;
  width: 19px;
  height: 19px;
  background: #1f1f1f;
}
.switch > label:after {
  content: "";
  display: block;
  margin: 2px;
  width: 17px;
  height: 17px;
  background: #F5F5F5;
  border-radius: 13px;
}
.label {
  font: 13px/13px Menlo, monospace;
  font-weight: 700;
  padding: 5px 7px;
  background: #F5F5F5;
  color: #1f1f1f;
  border-radius: 2px;
  margin-right: 2px;
}
.label.normal {
  color: #F5F5F5;
  background: #1f1f1f;
}
.slogan {
  padding: 5px 0;
  text-align: right;
}
.atwho-view {
  background: #1f1f1f;
  color: #eee;
}
.atwho-view .cur {
  background: #F5F5F5;
}
.atwho-view .cur a {
  color: #1f1f1f !important;
}
.atwho-view ul li {
  border-bottom-color: #333;
  -webkit-tap-highlight-color: #F5F5F5;
}
.atwho-view ul li:last-child a {
  color: #F5F5F5;
}
.atwho-view ul li:last-child {
  border: none;
}
.atwho-view ul li a {
  -webkit-tap-highlight-color: #F5F5F5;
}
.swipe {
  display: none;
  overflow: hidden;
  width: 220px;
}
.mobile .swipe,
.tablet .swipe {
  display: block;
}
.swipe div {
  font-size: 17px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #4d4d4d),
    color-stop(0.4, #4d4d4d),
    color-stop(0.5, #fff),
    color-stop(0.6, #4d4d4d),
    color-stop(0.9, #4d4d4d)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: slidetounlock 5s infinite;
  padding-left: 60px;
  margin-left: -60px;
  width: 200%;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}
@-webkit-keyframes slidetounlock {
  0% {
    background-position: -220px 0;
  }
  100% {
    background-position: 220px 0;
  }
}
