body {
  background-color: #f1f1f1; }
  body .ptp-admin-body {
    padding: 24px 0;
    max-width: 800px; }
    body .ptp-admin-body .ptp-content {
      background-color: #ffffff;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
      margin: 0 0 22px;
      padding: 32px; }
      body .ptp-admin-body .ptp-content h1 {
        color: #333;
        margin-bottom: 12px; }
      body .ptp-admin-body .ptp-content h3 {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 0; }
      body .ptp-admin-body .ptp-content p {
        color: #333;
        margin-bottom: 10px; }
      body .ptp-admin-body .ptp-content input[type="text"],
      body .ptp-admin-body .ptp-content input[type="number"] {
        background-color: #f1f1f1;
        border: none;
        box-shadow: none;
        font-size: 14px;
        height: 48px;
        line-height: 48px;
        margin-bottom: 12px;
        width: 100%;
        padding: 0 12px; }
      body .ptp-admin-body .ptp-content button {
        border: none;
        border-radius: 0;
        cursor: pointer;
        height: 48px;
        position: relative;
        width: 100%; }
        body .ptp-admin-body .ptp-content button.btn-primary {
          background-color: #1290c0; }
        body .ptp-admin-body .ptp-content button:before {
          animation: sk-scaleout 0.5s infinite ease-in-out;
          background-color: #1290c0;
          border-radius: 100%;
          content: '';
          display: none;
          height: 72px;
          left: 50%;
          margin-left: -36px;
          -webkit-animation: sk-scaleout 0.5s infinite ease-in-out;
          width: 72px;
          position: absolute;
          top: -12px; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
        body .ptp-admin-body .ptp-content button.loading {
          background-color: #cccccc;
          border-color: #cccccc; }
          body .ptp-admin-body .ptp-content button.loading:before {
            display: block; }
      body .ptp-admin-body .ptp-content .ptp-list {
        /* preprocessed height */
        position: relative; }
        body .ptp-admin-body .ptp-content .ptp-list .ptp-editor {
          position: absolute;
          width: 50%; }
          body .ptp-admin-body .ptp-content .ptp-list .ptp-editor input {
            color: #333;
            font-weight: bold;
            height: 36px;
            line-height: 36px;
            margin: 0;
            padding: 0 6px;
            position: relative; }
          body .ptp-admin-body .ptp-content .ptp-list .ptp-editor .edit {
            border-radius: 50%;
            background-color: #ffffff;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
            cursor: pointer;
            height: 32px;
            line-height: 32px;
            position: absolute;
            text-align: center;
            top: 28px;
            width: 32px; }
            body .ptp-admin-body .ptp-content .ptp-list .ptp-editor .edit.save {
              color: #8ec23c;
              right: 112px; }
              body .ptp-admin-body .ptp-content .ptp-list .ptp-editor .edit.save:hover {
                color: #ffffff;
                background-color: #8ec23c; }
            body .ptp-admin-body .ptp-content .ptp-list .ptp-editor .edit.cancel {
              color: #ffcc59;
              right: 72px; }
              body .ptp-admin-body .ptp-content .ptp-list .ptp-editor .edit.cancel:hover {
                color: #ffffff;
                background-color: #ffcc59; }
            body .ptp-admin-body .ptp-content .ptp-list .ptp-editor .edit.delete {
              color: #dd464d;
              right: 32px; }
              body .ptp-admin-body .ptp-content .ptp-list .ptp-editor .edit.delete:hover {
                color: #ffffff;
                background-color: #dd464d; }
            body .ptp-admin-body .ptp-content .ptp-list .ptp-editor .edit .material-icons {
              font-size: 24px;
              line-height: 32px;
              vertical-align: top; }
          body .ptp-admin-body .ptp-content .ptp-list .ptp-editor:before {
            animation: sk-scaleout 0.5s infinite ease-in-out;
            background-color: #1290c0;
            border-radius: 100%;
            content: '';
            display: none;
            height: 54px;
            left: 50%;
            margin-left: -27px;
            -webkit-animation: sk-scaleout 0.5s infinite ease-in-out;
            width: 54px;
            position: absolute;
            top: -9px;
            z-index: 1; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
          body .ptp-admin-body .ptp-content .ptp-list .ptp-editor.loading:before {
            display: block; }
          body .ptp-admin-body .ptp-content .ptp-list .ptp-editor.loading input {
            color: #ccc; }
          body .ptp-admin-body .ptp-content .ptp-list .ptp-editor.loading .edit {
            display: none; }
        body .ptp-admin-body .ptp-content .ptp-list .row {
          /* list view styling */
          border-bottom: 1px dashed #f1f1f1; }
          body .ptp-admin-body .ptp-content .ptp-list .row .item {
            width: 250px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            body .ptp-admin-body .ptp-content .ptp-list .row .item:hover {
              background-color: #f1f1f1;
              cursor: pointer; }
            body .ptp-admin-body .ptp-content .ptp-list .row .item.goal:before {
              color: #1290c0;
              font-family: "Material Icons";
              content: "local_activity";
              font-size: 24px;
              margin-right: 4px;
              top: 0px;
              vertical-align: top; }
          body .ptp-admin-body .ptp-content .ptp-list .row > [class*="col-"] {
            color: #333;
            padding: 0 6px;
            height: 36px;
            line-height: 36px; }
        body .ptp-admin-body .ptp-content .ptp-list.aside {
          max-width: 240px; }
    body .ptp-admin-body .row {
      margin-right: 0;
      margin-left: 0; }
      body .ptp-admin-body .row > [class*="col-"] {
        padding-left: 7px; }

@media (max-width: 577px) {
  body {
    background-color: #f1f1f1; }
    body .ptp-admin-body .ptp-content .ptp-list .ptp-editor {
      width: 100%; }
    body .ptp-admin-body .ptp-content.aside {
      max-width: 100%; } }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle; }
