html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease;
}

a:active,
a:focus,
a:hover {
  color: #104c90;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -3.2em;
}

footer,
.push {
  height: 3.2em;
  clear: both;
}

.centered {
  text-align: center;
}

hr {
  margin: 3em 0;
  border-bottom: 1px solid #CFD8DC;
}

.form-success,
.form-errors {
  background-color: rgba(194, 6, 31, 0.8);
  color: #ffffff;
  padding: 0.5em;
  font-weight: bold;
  margin: 1em 0 2em;
  border-radius: 0.2em;
}

.form-success ul,
.form-errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-errors {
  background-color: rgba(194, 6, 31, 0.8);
  color: #ffffff;
}

.form-success {
  background-color: rgba(54, 178, 5, 0.8);
  color: #ffffff;
}

.container,
.register,
main.admin,
main.account {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container::after,
.register::after,
main.admin::after,
main.account::after {
  clear: both;
  content: "";
  display: table;
}

.narrow-container {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.narrow-container::after {
  clear: both;
  content: "";
  display: table;
}

.wide-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wide-container::after {
  clear: both;
  content: "";
  display: table;
}

.content,
.content-with-sidebar,
.sidebar {
  padding: 0 1em;
}

.inverse {
  color: white;
  background-color: #607D8B;
}

.features-row {
  padding: 1em 0;
}

@media screen and (min-width: 1100px) {
  .content-with-sidebar {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    padding: 0 0 0 1em;
  }

  .content-with-sidebar:last-child {
    margin-right: 0;
  }

  .content-with-sidebar.push,
  .features-row.right > .container .features-container,
  .features-row.right > .register .features-container,
  .features-row.right > main.admin .features-container,
  .features-row.right >
  main.account .features-container {
    margin-left: 34.1192171993%;
    padding: 0 1em 0 0;
  }

  .sidebar.left,
  .features-row.right > .container .ad-container.tall,
  .features-row.right > .register .ad-container.tall,
  .features-row.right > main.admin .ad-container.tall,
  .features-row.right >
  main.account .ad-container.tall {
    margin-left: -102.357651598%;
  }

  .sidebar {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    padding: 0 1em 0 0;
  }

  .sidebar:last-child {
    margin-right: 0;
  }

  .features-container {
    padding: 0 1em;
  }
}

@media screen and (min-width: 1100px) {
  main {
    min-height: 640px;
  }
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
  color: white;
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

body {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Encode Sans Compressed", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #607D8B;
  margin: 1.333em 0 0.4221915645em;
}

.inverse h1,
.inverse h2,
.inverse h3,
.inverse h4,
.inverse h5,
.inverse h6 {
  color: #ffffff;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 2em;
}

.subdued {
  color: #888;
}

@media screen and (max-width: 700px) {
  md-fab-toolbar md-icon {
    font-size: 18px;
  }

  md-fab-toolbar .md-button {
    font-size: 0.5em;
    margin: 0;
  }

  md-fab-toolbar .md-toolbar-tools {
    margin-top: 9px !important;
  }
}

#header-bar {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 100;
  border-top: 12px solid #607D8B;
}

#banner-container #header-bar {
  border-bottom: none;
}

@media screen and (min-width: 1100px) {
  #banner-container #header-bar {
    position: absolute;
  }
}

#header-logo {
  padding: 0.5em;
  max-width: 70%;
  vertical-align: top;
}

#primary-nav,
#secondary-nav {
  display: none;
}

@media screen and (min-width: 1100px) {
  #primary-nav,
  #secondary-nav {
    display: inline-block;
  }
}

#primary-nav ul,
#secondary-nav ul {
  margin: 0;
  padding: 0;
}

#primary-nav li {
  display: inline-block;
}

#primary-nav a {
  font-family: "Encode Sans Compressed", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #37474F;
}

@media screen and (min-width: 1100px) {
  #primary-nav {
    font-size: 2.4em;
    padding-top: 0.55em;
  }

  #primary-nav li {
    margin-left: 1em;
  }
}

#secondary-nav li {
  display: inline-block;
  vertical-align: middle;
}

#secondary-nav i {
  padding: 3px 0.2em 0 0;
  font-size: 2em;
  color: #607D8B;
}

@media screen and (min-width: 1100px) {
  #secondary-nav {
    float: right;
    margin-top: 1.65em;
  }
}

#banner-container #header-bar {
  background: rgba(255, 255, 255, 0.8);
}

#mobile-nav-button {
  font-size: 2.5em;
  display: inline-block;
  margin-top: 0.45em;
  margin-right: 0.5em;
}

@media screen and (min-width: 1100px) {
  #mobile-nav-button {
    display: none;
  }
}

#mobile-nav-drawer {
  position: fixed;
}

@media screen and (min-width: 1100px) {
  #mobile-nav-drawer {
    display: none;
  }
}

.logout-link {
  font-size: 0.9em;
  float: right;
  display: inline-block;
  padding-right: 0.5em;
  color: #888;
}

.logout-link:not(:first-child) {
  padding-right: 0.3em;
}

.logout-link:not(:first-child)::after {
  content: ' | ';
}

.logo-container {
  text-align: center;
  padding-top: 2em;
}

.logged-on-container {
  position: absolute;
  right: 1.5em;
  top: 1em;
  text-align: right;
  opacity: 0.6;
}

.logged-on-label {
  font-size: 0.7em;
  text-transform: uppercase;
}

footer {
  background-color: #455A64;
  padding: 1em;
  transition: all 300ms;
}

footer,
footer a,
footer a:hover,
footer a:active,
footer a:visited {
  color: white;
}

footer > * {
  font-size: 0.8em;
  opacity: 0.6;
}

footer a:hover {
  text-decoration: underline;
}

footer .legal:hover {
  opacity: 0.8;
}

footer .legal .separator {
  display: none;
}

footer .legal #copyright,
footer .legal #website-by {
  display: block;
}

@media screen and (min-width: 1100px) {
  footer .legal .separator {
    display: inline;
  }

  footer .legal #copyright,
  footer .legal #website-by {
    display: inline;
  }
}

@media screen and (min-width: 1100px) {
  footer .nav-column {
    float: left;
    display: block;
    margin-right: 5.8515051827%;
    width: 15.3187958539%;
  }

  footer .nav-column:last-child {
    margin-right: 0;
  }
}

.form-errors a {
  color: white !important;
  text-decoration: underline;
}

.inline-form {
  display: inline-block;
  margin-top: -1em;
}

form p.above-control {
  margin-bottom: 0.5em;
}

thead {
  font-weight: bold;
}

.table-actions {
  text-align: right;
}

.table-actions .md-button {
  vertical-align: middle;
}

thead .md-icon-button,
.table-actions .md-icon-button {
  opacity: 0.3;
  transition: opacity 400ms;
}

thead .md-icon-button:hover,
.table-actions .md-icon-button:hover {
  opacity: 1;
}

thead .md-icon-button md-icon {
  font-size: 1.5em;
}

td:not(:last-child) {
  padding-right: 1em;
}

table.no-border td {
  border-bottom: none;
}

.pagination {
  padding-top: 2em;
}

.pagination .page-info {
  text-align: center;
  padding-top: 0.8em;
  font-size: 0.9em;
  font-weight: bold;
}

.pagination .next {
  text-align: right;
}

.pagination .previous {
  text-align: left;
}

.op-state-chevron {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 0.3em;
}

.no-subscription .op-state-chevron {
  border: 2px solid red;
  background: rgba(255, 0, 0, 0.1);
}

.op-state-0 {
  background-color: red;
}

.op-state-1 {
  background-color: orange;
}

.op-state-2 {
  background-color: green;
}

.no-subscription td {
  color: #aaa;
}

@media screen and (max-width: 700px) {
  table {
    font-size: 0.7em;
  }

  .table-actions .material-icons {
    font-size: 18px;
  }

  .table-actions .md-button.md-icon-button {
    height: 18px;
    width: 24px;
    line-height: 18px;
    margin: 0;
  }

  td.user-name,
  td.device-phone-number,
  td.device-model,
  td.device-location {
    display: none;
  }

  .pagination .previous .md-button {
    margin-left: 0;
  }

  .pagination,
  .pagination .md-button {
    font-size: 0.5em;
  }

  .pagination .page-info {
    padding-top: 1.75em;
  }
}

.poster-container {
  padding: 1.2em 0 1em;
  position: relative;
  overflow: hidden;
}

.poster {
  padding: 0 1em;
}

.poster .heading {
  font-family: "Encode Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4em;
  margin-bottom: 0.6rem;
}

.poster .call-to-action {
  font-family: "Encode Sans Compressed", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: block;
  font-size: 1.1em;
}

.poster::after {
  content: '';
  display: block;
  position: absolute;
  right: -2em;
  top: 0;
  height: 100%;
  width: 86px;
  background-image: url("../images/gold-chevron.png");
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 1100px) {
  .poster .heading {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
    font-size: 4.6em;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.3em;
  }

  .poster .heading:last-child {
    margin-right: 0;
  }

  .poster .call-to-action {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    font-size: 2em;
    display: inline-block;
    padding-top: 0.5em;
  }

  .poster .call-to-action:last-child {
    margin-right: 0;
  }

  .poster::after {
    right: 1em;
  }
}

.auth-form {
  float: left;
  display: block;
  margin-right: 7.4229703521%;
  width: 100%;
  margin-bottom: 6em;
  padding: 1em;
}

.auth-form:last-child {
  margin-right: 0;
}

.auth-form md-input-container {
  width: 100%;
}

.auth-form p {
  margin-bottom: 2em;
}

.auth-form .g-recaptcha > div > div {
  margin: 0 auto 0;
}

@media screen and (min-width: 1100px) {
  .auth-form {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-left: 25.5894128995%;
  }

  .auth-form:last-child {
    margin-right: 0;
  }
}

.device-form,
.narrow-form {
  float: left;
  display: block;
  margin-right: 7.4229703521%;
  width: 100%;
  margin-bottom: 6em;
  padding: 1em;
}

.device-form:last-child,
.narrow-form:last-child {
  margin-right: 0;
}

.device-form .full-width,
.narrow-form .full-width {
  float: left;
  display: block;
  margin-right: 7.4229703521%;
  width: 100%;
}

.device-form .full-width:last-child,
.narrow-form .full-width:last-child {
  margin-right: 0;
}

.device-form .half-width,
.narrow-form .half-width {
  float: left;
  display: block;
  margin-right: 7.4229703521%;
  width: 46.288514824%;
}

.device-form .half-width:last-child,
.narrow-form .half-width:last-child {
  margin-right: 0;
}

.device-form .last,
.narrow-form .last {
  margin-right: 0;
}

.device-form .space-bottom,
.narrow-form .space-bottom {
  margin-bottom: 2.5em;
}

.device-form p,
.narrow-form p {
  margin-bottom: 2em;
}

@media screen and (min-width: 1100px) {
  .device-form,
  .narrow-form {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-left: 25.5894128995%;
  }

  .device-form:last-child,
  .narrow-form:last-child {
    margin-right: 0;
  }
}

main.admin,
main.account {
  padding: 1em;
}

main.admin .heading,
main.admin .admin-actions,
main.account .heading,
main.account .admin-actions {
  float: left;
  display: block;
  margin-right: 7.4229703521%;
  width: 100%;
}

main.admin .heading:last-child,
main.admin .admin-actions:last-child,
main.account .heading:last-child,
main.account .admin-actions:last-child {
  margin-right: 0;
}

main.admin .heading h1,
main.account .heading h1 {
  margin-top: 0;
}

main.admin .admin-actions,
main.account .admin-actions {
  margin-right: 0;
  text-align: left;
  position: relative;
}

main.admin .admin-actions md-input-container,
main.account .admin-actions md-input-container {
  position: relative;
  bottom: -0.76em;
  width: 260px;
}

main.admin .admin-actions button:first-child,
main.account .admin-actions button:first-child {
  margin-left: 0 !important;
}

@media screen and (min-width: 1100px) {
  main.admin .heading,
  main.account .heading {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }

  main.admin .heading:last-child,
  main.account .heading:last-child {
    margin-right: 0;
  }

  main.admin .admin-actions,
  main.account .admin-actions {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    text-align: right;
  }

  main.admin .admin-actions:last-child,
  main.account .admin-actions:last-child {
    margin-right: 0;
  }

  main.admin .admin-actions button:first-child,
  main.account .admin-actions button:first-child {
    margin-left: 1em;
  }
}

.account-info {
  display: -ms-flexbox;
  display: flex;
  margin: 2em 0 2em;
}

.device-count,
.credit-balance {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  background: #fafafa;
  padding: 3em;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.device-count {
  margin-right: 3em;
}

.big-number {
  font-size: 4em;
  color: #0091EA;
}

.total-container {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5em;
  text-align: right;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  border-top: 4px double #ccc;
  border-bottom: 1px solid #ddd;
}

.total-title {
  -ms-flex: 5;
  flex: 5;
}

.total {
  -ms-flex: 1;
  flex: 1;
  padding-left: 1em;
  font-weight: bold;
}